mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-06 10:45:26 +08:00
update
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user