Remove checkbox options for exit dialog

This commit is contained in:
Germain Souquet 2021-03-25 14:34:02 +00:00
parent 68587e84ed
commit 9cdea580d3

View file

@ -934,8 +934,6 @@ app.on('ready', async () => {
message: "Are you sure you want to quit?",
defaultId: 1,
cancelId: 0,
checkboxLabel: "Do not show this again",
checkboxChecked: false,
}) === 0;
if (shouldCancelCloseRequest) {