Force 'password-store' to 'basic' on all platforms
This commit is contained in:
parent
fbf7b939ab
commit
3b2000a0ba
1 changed files with 3 additions and 3 deletions
|
@ -1552,9 +1552,9 @@ function getAppLocale(): string {
|
||||||
// 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.
|
||||||
app.commandLine.appendSwitch('disable-features', 'HardwareMediaKeyHandling');
|
app.commandLine.appendSwitch('disable-features', 'HardwareMediaKeyHandling');
|
||||||
if (OS.isLinux()) {
|
|
||||||
|
// 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');
|
||||||
}
|
|
||||||
|
|
||||||
// This method will be called when Electron has finished
|
// This method will be called when Electron has finished
|
||||||
// initialization and is ready to create browser windows.
|
// initialization and is ready to create browser windows.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue