This commit is contained in:
parent
c9caf2b1f8
commit
bd185857f1
1 changed files with 1 additions and 1 deletions
|
@ -807,7 +807,7 @@ app.whenReady().then(() => {
|
|||
currentWindow.setAlwaysOnTop(false);
|
||||
break;
|
||||
case "setAlwaysOnTopTrue":
|
||||
currentWindow.setAlwaysOnTop(true, "pop-up-menu");
|
||||
currentWindow.setAlwaysOnTop(true);
|
||||
break;
|
||||
case "clearCache":
|
||||
event.sender.session.clearCache();
|
||||
|
|
Loading…
Add table
Reference in a new issue