diff --git a/packages/suite-desktop-core/src/libs/app-utils.ts b/packages/suite-desktop-core/src/libs/app-utils.ts index 9f87a4fe324..c2afe09e5e0 100644 --- a/packages/suite-desktop-core/src/libs/app-utils.ts +++ b/packages/suite-desktop-core/src/libs/app-utils.ts @@ -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(); };