feat: add tray layout controls

This commit is contained in:
Steve Cliff
2026-08-20 09:31:15 +01:00
parent 45ee82692d
commit cb00340c55
10 changed files with 523 additions and 31 deletions
+4
View File
@@ -4,9 +4,13 @@ package platform
import (
"errors"
"github.com/stevec/fancywin/internal/config"
)
func PrepareBackground() {}
func ShowError(_, _ string) {}
func Run(_ string, _ config.Config, _ bool) error {
return errors.New("the window manager can only run on Windows")
}