Fix A Bug For Winbar Startup
Winbar doesnt run when you boot up your PC. This is likely a bug from the code where it actually looking for the other folder (e.g. config.yaml, themes) from the root directory (system32). Of course it will not find it & try to create it in the root directory, this will cause an error since the lacking of permission from windows. This causes a silent crash.
Here is the newly updated version where winbar should run properly on startup. Thanks :)