mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
Expose System methods in Go runtime
This commit is contained in:
@@ -11,6 +11,8 @@ import (
|
||||
// System defines all System related operations
|
||||
type System interface {
|
||||
IsDarkMode() bool
|
||||
Platform() string
|
||||
AppType() string
|
||||
}
|
||||
|
||||
// system exposes the System interface
|
||||
|
||||
Reference in New Issue
Block a user