WindowReloadApp will reload the application
(ctx context.Context)
| 38 | |
| 39 | // WindowReloadApp will reload the application |
| 40 | func WindowReloadApp(ctx context.Context) { |
| 41 | appFrontend := getFrontend(ctx) |
| 42 | appFrontend.WindowReloadApp() |
| 43 | } |
| 44 | |
| 45 | func WindowSetSystemDefaultTheme(ctx context.Context) { |
| 46 | appFrontend := getFrontend(ctx) |
nothing calls this directly
no test coverage detected
searching dependent graphs…