Skip to content

Commit 29337b0

Browse files
fix(macOS): Reduce UI tuning throttle to 2500ms
1 parent 369a7d7 commit 29337b0

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 = 2500 * time.Millisecond
1313

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

0 commit comments

Comments
 (0)