Remove basic mode

This commit is contained in:
smartfrigde 2023-06-11 17:18:41 +02:00
parent 359f2174b7
commit 0e21a82b6c

View file

@ -93,9 +93,6 @@ if (!app.requestSingleInstanceLock()) {
case "transparent":
createTransparentWindow();
break;
case "basic":
createNativeWindow();
break;
default:
createCustomWindow();
customTitlebar = true;