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

matugen: make GTK4 live-refresh opt-in, off by default. Bump the settle

timeout
fixes #2552
This commit is contained in:
bbedward
2026-07-04 22:38:20 -04:00
parent 33384e4d5d
commit a3fba8fcb6
3 changed files with 20 additions and 3 deletions
+2 -2
View File
@@ -97,7 +97,7 @@ Singleton {
return typeof Theme !== "undefined";
}
// Only follow values stable for the settle window — the GTK4-refresh toggle reverts within ~50ms and following it would loop.
// Only follow values stable for the settle window — the opt-in GTK4-refresh toggle reverts within ~400ms and following it would loop.
function evaluateColorScheme() {
if (!canSyncColorScheme())
return;
@@ -111,7 +111,7 @@ Singleton {
Timer {
id: colorSchemeSettleTimer
interval: 750
interval: 1000
onTriggered: {
if (!root.canSyncColorScheme())
return;