format
This commit is contained in:
parent
43de1dc2bd
commit
11ea6094b2
1 changed files with 3 additions and 3 deletions
|
@ -1738,11 +1738,11 @@ async function getDefaultLoginItemSettings(): Promise<LoginItemSettingsOptions>
|
||||||
|
|
||||||
// Signal doesn't really use media keys so we set this switch here to unblock
|
// Signal doesn't really use media keys so we set this switch here to unblock
|
||||||
// them so that other apps can use them if they need to.
|
// them so that other apps can use them if they need to.
|
||||||
const featuresToDisable =
|
const featuresToDisable = `HardwareMediaKeyHandling,${app.commandLine.getSwitchValue(
|
||||||
`HardwareMediaKeyHandling,${app.commandLine.getSwitchValue('disable-features')}`;
|
'disable-features'
|
||||||
|
)}`;
|
||||||
app.commandLine.appendSwitch('disable-features', featuresToDisable);
|
app.commandLine.appendSwitch('disable-features', featuresToDisable);
|
||||||
|
|
||||||
|
|
||||||
// If we don't set this, Desktop will ask for access to keychain/keyring on startup
|
// If we don't set this, Desktop will ask for access to keychain/keyring on startup
|
||||||
app.commandLine.appendSwitch('password-store', 'basic');
|
app.commandLine.appendSwitch('password-store', 'basic');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue