This commit is contained in:
zhuzihcu
2023-04-27 17:29:39 +08:00
parent afeb6daea5
commit a70ddf7087
22 changed files with 280 additions and 56 deletions

View File

@ -11,7 +11,7 @@ FluTheme::FluTheme(QObject *parent)
connect(this,&FluTheme::darkModeChanged,this,[=]{
Q_EMIT darkChanged();
});
primaryColor(FluApp::flutColors->Blue());
primaryColor(FluApp::fluColors->Blue());
textSize(13);
nativeText(false);
frameless(true);