mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-02 03:28:28 -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)
|
||||
return;
|
||||
root._lastWatchedReloadAt = now;
|
||||
root.reloadConfig(true, false);
|
||||
root.reloadConfig(false, false);
|
||||
}
|
||||
|
||||
function reloadConfig(showToast, suppressWatch) {
|
||||
|
||||
Reference in New Issue
Block a user