Skip to content

Commit

Permalink
fix(suite-desktop): app reset on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 authored and marekrjpolak committed Oct 8, 2024
1 parent b4d0081 commit a682ea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/suite-desktop-core/src/libs/app-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export const restartApp = () => {
options.args.unshift('--appimage-extract-and-run');
}

app.removeAllListeners('before-quit');
// too: not sure why it was here
// app.removeAllListeners('before-quit');
app.relaunch();
app.quit();
};
Expand Down

0 comments on commit a682ea6

Please sign in to comment.