minify switch case

Co-authored-by: th-ch <th-ch@users.noreply.github.com>
This commit is contained in:
Araxeus
2021-05-02 23:25:34 +03:00
committed by GitHub
parent b77643b928
commit 1f69048c86

View File

@ -341,7 +341,6 @@ function showUnresponsiveDialog(win, details) {
case 2:
app.quit();
break;
case 0:
default:
break;
}