* MacOS: match window chrome to app light/dark mode when app setting is different from OS * match window border to app theme on Windows
6 lines
102 B
Go
6 lines
102 B
Go
//go:build !darwin && !windows
|
|
|
|
package controller
|
|
|
|
func setWindowDarkTheme(ptr uintptr, mode int) {}
|