From 11ea6094b2e82bc32646f4b4c5a22edbf080c514 Mon Sep 17 00:00:00 2001 From: Fedor Indutnyy Date: Mon, 11 Dec 2023 11:56:05 -0800 Subject: [PATCH] format --- app/main.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/main.ts b/app/main.ts index 40d800f5c..7191ba2ef 100644 --- a/app/main.ts +++ b/app/main.ts @@ -1738,11 +1738,11 @@ async function getDefaultLoginItemSettings(): Promise // 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. -const featuresToDisable = - `HardwareMediaKeyHandling,${app.commandLine.getSwitchValue('disable-features')}`; +const featuresToDisable = `HardwareMediaKeyHandling,${app.commandLine.getSwitchValue( + 'disable-features' +)}`; app.commandLine.appendSwitch('disable-features', featuresToDisable); - // If we don't set this, Desktop will ask for access to keychain/keyring on startup app.commandLine.appendSwitch('password-store', 'basic');