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
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//go:build !darwin && !windows
|
||||
|
||||
package controller
|
||||
|
||||
func setWindowDarkTheme(ptr uintptr, mode int) {}
|
||||
Reference in New Issue
Block a user