Project

General

Profile

CSS file didn`t update with restarting app

Added by Albion Muz almost 2 years ago

Using useStyleSheet("Style.css"); and css file in dir with ./program. But when restrart the app with changed css file, app use old css file which didnt exist in system, rebuilding the app are didnt update css file too. When write useStyleSheet(); with wrong css files name and build, app didnt use this css file, but when rebuild with correct name, app use old css which didnt exist.
Why updating of css file didnt use in app. How to fix it.