mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41: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",
|
||||
title: "Window 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"],
|
||||
cancelId: 0
|
||||
}).then( result => {
|
||||
@ -340,7 +340,6 @@ function showUnresponsiveDialog(win, details) {
|
||||
case 2:
|
||||
app.quit();
|
||||
break;
|
||||
case 0:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user