[windows-x] Dev mode. Auto rebuild/reload. Auto open browser. Disconnect spinner. Base template update. mimecache

This commit is contained in:
Lea Anthony
2021-08-24 23:48:03 +10:00
parent c3c88f5e27
commit b558246d52
23 changed files with 611 additions and 488 deletions

View File

@@ -28,6 +28,12 @@ func WindowCenter(ctx context.Context) {
appFrontend.WindowCenter()
}
// WindowReload will reload the window contents
func WindowReload(ctx context.Context) {
appFrontend := getFrontend(ctx)
appFrontend.WindowReload()
}
// WindowShow shows the window if hidden
func WindowShow(ctx context.Context) {
appFrontend := getFrontend(ctx)