About
Ctrl + Alt + R shortcut only closes the client and doesn't relaunch. This shortcut does work in dev (npm start) environment.
What I tried
Upgrading Electron doesn't seem to help (tested in 13.2.2, 16.0.7).
Changing app.quit() to app.exit(0) also didn't work.
Reproducibility
Confirmed on Ubuntu and Manjaro.
About
Ctrl + Alt + R shortcut only closes the client and doesn't relaunch. This shortcut does work in dev (
npm start) environment.What I tried
Upgrading Electron doesn't seem to help (tested in 13.2.2, 16.0.7).
Changing
app.quit()toapp.exit(0)also didn't work.Reproducibility
Confirmed on Ubuntu and Manjaro.