set config read/write delay to 0 where delay is unnecessary

This commit is contained in:
end-4
2025-10-13 17:35:08 +02:00
parent 6cc96d094d
commit 50e73d4a3a
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ ApplicationWindow {
title: Translation.tr("Shell conflicts killer")
Component.onCompleted: {
Config.ready // Just read to force init
Config.readWriteDelay = 0;
MaterialThemeLoader.reapplyTheme();
}