focus appView after opening
This commit is contained in:
@@ -133,6 +133,8 @@ export function showAppView(url?: string) {
|
|||||||
appView.webContents.loadURL(url);
|
appView.webContents.loadURL(url);
|
||||||
appViewUrl = url;
|
appViewUrl = url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
appView.webContents.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
export function hideAppView() {
|
export function hideAppView() {
|
||||||
|
|||||||
Reference in New Issue
Block a user