We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410e9fe commit 834dacbCopy full SHA for 834dacb
main.ts
@@ -26,8 +26,6 @@ import { SettingsStore } from './main/common/settings/settings-store';
26
app.commandLine.appendSwitch('disable-color-correct-rendering'); // Prevents incorrect color rendering
27
app.commandLine.appendSwitch('autoplay-policy', 'no-user-gesture-required'); // Prevents requiring user interaction to play audio
28
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');
31
32
/**
33
* Settings
0 commit comments