mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
fix(SystemTheme): use default palette on all system themes
Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
@ -68,6 +68,7 @@ class ThemeManager {
|
||||
QDir m_applicationThemeFolder{ "themes" };
|
||||
QDir m_catPacksFolder{ "catpacks" };
|
||||
std::map<QString, std::unique_ptr<CatPack>> m_catPacks;
|
||||
QPalette m_defaultPalette;
|
||||
QString m_defaultStyle;
|
||||
LogColors m_logColors;
|
||||
|
||||
|
Reference in New Issue
Block a user