Skip to content

Commit 834dacb

Browse files
committed
Remove UsePortalDialogs and ozone-platform-hint features from command line switches
1 parent 410e9fe commit 834dacb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ import { SettingsStore } from './main/common/settings/settings-store';
2626
app.commandLine.appendSwitch('disable-color-correct-rendering'); // Prevents incorrect color rendering
2727
app.commandLine.appendSwitch('autoplay-policy', 'no-user-gesture-required'); // Prevents requiring user interaction to play audio
2828
app.commandLine.appendSwitch('disable-http-cache'); // Disables clearing of the cache folder at each startup
29-
app.commandLine.appendSwitch('enable-features', 'UsePortalDialogs');
30-
app.commandLine.appendSwitch('ozone-platform-hint', 'auto');
3129

3230
/**
3331
* Settings

0 commit comments

Comments
 (0)