1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-10 07:28:30 -04:00

mango: suppress excessive reload messages

fixes #2848
port 1.5

(cherry picked from commit 6239e5a8e4)
This commit is contained in:
bbedward
2026-07-19 11:47:39 -04:00
committed by dms-ci[bot]
parent e5eff919b8
commit bf5faf725b
+1 -1
View File
@@ -467,7 +467,7 @@ Singleton {
if (now - root._lastWatchedReloadAt < 700) if (now - root._lastWatchedReloadAt < 700)
return; return;
root._lastWatchedReloadAt = now; root._lastWatchedReloadAt = now;
root.reloadConfig(true, false); root.reloadConfig(false, false);
} }
function reloadConfig(showToast, suppressWatch) { function reloadConfig(showToast, suppressWatch) {