mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Append 'password-store=basic' switch on startup
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user