mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
Merge branch 'menu-fixes' of https://github.com/Araxeus/youtube-music into menu-fixes
This commit is contained in:
3
index.js
3
index.js
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user