focus appView after opening

This commit is contained in:
Anton Bracke
2022-02-24 12:11:48 +01:00
parent da6b5b9f60
commit af15490dd1
+2
View File
@@ -133,6 +133,8 @@ export function showAppView(url?: string) {
appView.webContents.loadURL(url);
appViewUrl = url;
}
appView.webContents.focus();
}
export function hideAppView() {