mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Remove checkbox options for exit dialog
This commit is contained in:
parent
68587e84ed
commit
9cdea580d3
@ -934,8 +934,6 @@ app.on('ready', async () => {
|
|||||||
message: "Are you sure you want to quit?",
|
message: "Are you sure you want to quit?",
|
||||||
defaultId: 1,
|
defaultId: 1,
|
||||||
cancelId: 0,
|
cancelId: 0,
|
||||||
checkboxLabel: "Do not show this again",
|
|
||||||
checkboxChecked: false,
|
|
||||||
}) === 0;
|
}) === 0;
|
||||||
|
|
||||||
if (shouldCancelCloseRequest) {
|
if (shouldCancelCloseRequest) {
|
||||||
|
Loading…
Reference in New Issue
Block a user