This commit is contained in:
朱子楚\zhuzi
2023-05-10 00:27:53 +08:00
parent e4accb8064
commit 9c843a7157
26 changed files with 119 additions and 270 deletions

View File

@ -12,7 +12,6 @@ FluTheme::FluTheme(QObject *parent)
Q_EMIT darkChanged();
});
primaryColor(FluApp::fluColors->Blue());
textSize(13);
nativeText(false);
frameless(true);
darkMode(Fluent_DarkMode::Fluent_DarkModeType::Light);