mirror of
https://github.com/bitwarden/browser
synced 2026-02-05 11:13:44 +00:00
Cleanup
This commit is contained in:
@@ -85,7 +85,7 @@ export class WindowMain {
|
||||
});
|
||||
|
||||
ipcMain.on("window-hide", () => {
|
||||
if (this.win != null) {
|
||||
if (this.win != null) {
|
||||
if (isWindows()) {
|
||||
// On windows, to return focus we need minimize
|
||||
this.win.minimize();
|
||||
|
||||
Reference in New Issue
Block a user