MCPcopy
hub / github.com/wailsapp/wails / WindowSetSystemDefaultTheme

Function WindowSetSystemDefaultTheme

v2/pkg/runtime/window.go:45–48  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

43}
44
45func WindowSetSystemDefaultTheme(ctx context.Context) {
46 appFrontend := getFrontend(ctx)
47 appFrontend.WindowSetSystemDefaultTheme()
48}
49
50func WindowSetLightTheme(ctx context.Context) {
51 appFrontend := getFrontend(ctx)

Callers

nothing calls this directly

Calls 2

getFrontendFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…