1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-01 19:18:28 -04:00

mango: suppress excessive reload messages

fixes #2848
port 1.5
This commit is contained in:
bbedward
2026-07-19 11:47:39 -04:00
parent 4c59d61f89
commit 6239e5a8e4
+1 -1
View File
@@ -467,7 +467,7 @@ Singleton {
if (now - root._lastWatchedReloadAt < 700)
return;
root._lastWatchedReloadAt = now;
root.reloadConfig(true, false);
root.reloadConfig(false, false);
}
function reloadConfig(showToast, suppressWatch) {