Skip to content

Commit

Permalink
quit instead of exit app on relaunch #1168
Browse files Browse the repository at this point in the history
  • Loading branch information
emlys committed Jul 28, 2023
1 parent 35471e6 commit 9a08bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbench/src/main/setupChangeLanguage.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function setupChangeLanguage() {
logger.debug('changing language to', languageCode);
store.set('language', languageCode);
app.relaunch();
app.exit();
app.quit();
}
);
}

0 comments on commit 9a08bdb

Please sign in to comment.