mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-09 23:18:31 -04:00
mango: suppress excessive reload messages
fixes #2848
port 1.5
(cherry picked from commit 6239e5a8e4)
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user