This commit is contained in:
朱子楚\zhuzi
2023-03-11 00:29:06 +08:00
parent bcc5d433a9
commit a71831cd9d
21 changed files with 1443 additions and 816 deletions

View File

@ -17,6 +17,6 @@ FluTheme::FluTheme(QObject *parent)
{
primaryColor(FluColors::getInstance()->Blue());
textSize(13);
isFrameless(true);
isFrameless(false);
isDark(false);
}