restore prop order

This commit is contained in:
V 2023-07-13 19:06:10 +02:00 committed by GitHub
parent 9f95b4f053
commit ca3b51a62e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,8 +142,8 @@ function initMenuBar(win: BrowserWindow) {
{
label: "Quit",
accelerator: wantCtrlQ ? "CmdOrCtrl+Q" : void 0,
role: "quit",
visible: !isWindows,
role: "quit",
click() {
app.quit();
}