focus appView after opening

This commit is contained in:
Anton Bracke 2022-02-24 12:11:48 +01:00
parent da6b5b9f60
commit af15490dd1
No known key found for this signature in database
GPG Key ID: B1222603899C6B25

View File

@ -133,6 +133,8 @@ export function showAppView(url?: string) {
appView.webContents.loadURL(url);
appViewUrl = url;
}
appView.webContents.focus();
}
export function hideAppView() {