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 -17
View File
@@ -2,25 +2,9 @@
package hotkey
import (
"sync"
"github.com/godbus/dbus/v5"
)
const (
linuxHKNone = iota
linuxHKPortal
)
import "sync"
type platformHotkey struct {
mu sync.Mutex
registered bool
backend int
// Wayland / XDG portal global shortcuts
portalStop chan struct{}
portalDone chan struct{}
portalConn *dbus.Conn
sessionPath dbus.ObjectPath
}