Skip to content

Commit 9b09d1f

Browse files
fix(macOS): Increase UI tuning throttle to 4000ms
1 parent 2e043ad commit 9b09d1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/wallpaper/tune_popup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/dixieflatline76/Spice/v2/util/log"
1010
)
1111

12-
const tuningUIThrottle = 3000 * time.Millisecond
12+
const tuningUIThrottle = 4000 * time.Millisecond
1313

1414
// anchorLabels maps each grid position to its display label.
1515
var anchorLabels = [9]string{"↖", "↑", "↗", "←", "●", "→", "↙", "↓", "↘"}

0 commit comments

Comments
 (0)