Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WindowServer: Reuse config variable from the class on theme change
When changing the theme, there were two Core::ConfigFile instances (one class scoped -- m_config and one function scoped -- wm_config) fighting over the file, resulting in not saving the new theme name to the config. :^( This makes WindowServer remember selected theme from the menu after reboot!
- Loading branch information