mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Remove basic mode
This commit is contained in:
parent
359f2174b7
commit
0e21a82b6c
1 changed files with 0 additions and 3 deletions
|
@ -93,9 +93,6 @@ if (!app.requestSingleInstanceLock()) {
|
||||||
case "transparent":
|
case "transparent":
|
||||||
createTransparentWindow();
|
createTransparentWindow();
|
||||||
break;
|
break;
|
||||||
case "basic":
|
|
||||||
createNativeWindow();
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
createCustomWindow();
|
createCustomWindow();
|
||||||
customTitlebar = true;
|
customTitlebar = true;
|
||||||
|
|
Loading…
Reference in a new issue