Files
supersonic/ui/controller/windowtheme_other.go
T
Drew Weymouth 67623366f5 Match window border color to app theme rather than OS theme (#958)
* MacOS: match window chrome to app light/dark mode when app setting is different from OS

* match window border to app theme on Windows
2026-06-24 13:46:09 -07:00

6 lines
102 B
Go

//go:build !darwin && !windows
package controller
func setWindowDarkTheme(ptr uintptr, mode int) {}