1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-05 05:12:05 -04:00

matugen: skip theme refreshes if no colors changed

This commit is contained in:
bbedward
2026-02-24 13:27:48 -05:00
parent 8e2cd21be8
commit b83256c83a
4 changed files with 61 additions and 25 deletions

View File

@@ -66,7 +66,7 @@ Singleton {
Timer {
id: suppressResetTimer
interval: 2000
interval: 5000
onTriggered: root.matugenSuppression = false
}