This commit is contained in:
朱子楚\zhuzi
2024-04-13 10:50:27 +08:00
parent 44f7948df3
commit 481e19c8cc
2 changed files with 25 additions and 3 deletions

View File

@ -33,7 +33,7 @@ FluTheme::FluTheme(QObject *parent) : QObject{parent} {
connect(&_watcher, &QFileSystemWatcher::fileChanged, this, [=](const QString &path){
Q_EMIT desktopImagePathChanged();
});
startTimer(500);
startTimer(1000);
}
void FluTheme::refreshColors() {