1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 11:13:44 +00:00
This commit is contained in:
Bernd Schoolmann
2025-08-28 14:03:05 +02:00
parent 3a21730349
commit 2f21db2dae

View File

@@ -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();