Skip to content

Commit

Permalink
Force 'password-store' to 'basic' on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg-signal committed Jun 15, 2022
1 parent fbf7b93 commit 3b2000a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1552,9 +1552,9 @@ function getAppLocale(): string {
// 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.
app.commandLine.appendSwitch('disable-features', 'HardwareMediaKeyHandling');
if (OS.isLinux()) {
app.commandLine.appendSwitch('password-store', 'basic');
}

// If we don't set this, Desktop will ask for access to keychain/keyring on startup
app.commandLine.appendSwitch('password-store', 'basic');

// This method will be called when Electron has finished
// initialization and is ready to create browser windows.
Expand Down

0 comments on commit 3b2000a

Please sign in to comment.