This commit is contained in:
朱子楚\zhuzi
2024-04-14 11:43:32 +08:00
parent 2c4cf82f63
commit f701f97756
4 changed files with 10 additions and 11 deletions

View File

@ -25,7 +25,6 @@ FluTheme::FluTheme(QObject *parent) : QObject{parent} {
_blurBehindWindowEnabled = false;
QGuiApplication::instance()->installEventFilter(this);
refreshColors();
checkUpdateDesktopImage();
connect(this, &FluTheme::darkModeChanged, this, [=] {
Q_EMIT darkChanged();
});