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