mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 19:20:59 +08:00
Merge pull request #113 from mentalfl0w/dev
Fix the _systemDark don't get system color while app first boot.
This commit is contained in:
commit
2fb322536e
@ -1 +1 @@
|
|||||||
Subproject commit 675a1f7d6e07074b0d07ab07d48d806eacc93a83
|
Subproject commit 4c5ca2e12c3de1ffe15b795bdafd5caf3656ab84
|
@ -1,4 +1,4 @@
|
|||||||
#include "FluTheme.h"
|
#include "FluTheme.h"
|
||||||
|
|
||||||
#include "Def.h"
|
#include "Def.h"
|
||||||
#include "FluColors.h"
|
#include "FluColors.h"
|
||||||
@ -26,6 +26,7 @@ FluTheme::FluTheme(QObject *parent)
|
|||||||
primaryColor(FluColors::getInstance()->Blue());
|
primaryColor(FluColors::getInstance()->Blue());
|
||||||
nativeText(false);
|
nativeText(false);
|
||||||
darkMode(Fluent_DarkMode::Fluent_DarkModeType::Light);
|
darkMode(Fluent_DarkMode::Fluent_DarkModeType::Light);
|
||||||
|
_systemDark = systemDark();
|
||||||
qApp->installEventFilter(this);
|
qApp->installEventFilter(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user