Remove settings preview page

This commit is contained in:
jahruz67
2026-07-14 17:01:58 -07:00
parent eea198d882
commit 1e9862ffa1
13 changed files with 73 additions and 694 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
"wis-free-v3/internal/xhotkey"
)
// Without CGO on Darwin, registration is unsupported (panic). Linux without CGO uses the portal backend instead.
// Without CGO on Darwin, registration is unsupported (panic). Linux without CGO returns the Linux unsupported-backend error.
func TestHotkey(t *testing.T) {
defer func() {
if r := recover(); r != nil {