(ctx context.Context)
| 43 | } |
| 44 | |
| 45 | func WindowSetSystemDefaultTheme(ctx context.Context) { |
| 46 | appFrontend := getFrontend(ctx) |
| 47 | appFrontend.WindowSetSystemDefaultTheme() |
| 48 | } |
| 49 | |
| 50 | func WindowSetLightTheme(ctx context.Context) { |
| 51 | appFrontend := getFrontend(ctx) |
nothing calls this directly
no test coverage detected
searching dependent graphs…