Skip to content

Commit

Permalink
Append 'password-store=basic' switch on startup
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Nonnenberg <scott@signal.org>
  • Loading branch information
automated-signal and scottnonnenberg-signal committed May 27, 2022
1 parent a79b194 commit 350f901
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1466,6 +1466,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');
}

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

0 comments on commit 350f901

Please sign in to comment.