Merge branch 'menu-fixes' of https://github.com/Araxeus/youtube-music into menu-fixes

This commit is contained in:
Araxeus
2021-05-02 23:26:27 +03:00

View File

@ -330,7 +330,7 @@ function showUnresponsiveDialog(win, details) {
type: "error", type: "error",
title: "Window Unresponsive", title: "Window Unresponsive",
message: "The Application is Unresponsive", message: "The Application is Unresponsive",
details: "We are sorry for the inconveniance! please choose what to do:", details: "We are sorry for the inconvenience! please choose what to do:",
buttons: ["Wait", "Relaunch", "Quit"], buttons: ["Wait", "Relaunch", "Quit"],
cancelId: 0 cancelId: 0
}).then( result => { }).then( result => {
@ -340,7 +340,6 @@ function showUnresponsiveDialog(win, details) {
case 2: case 2:
app.quit(); app.quit();
break; break;
case 0:
default: default:
break; break;
} }