mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
Set global media hotkeys enabled by default
This commit is contained in:
@@ -162,7 +162,7 @@ const initialState: SettingsState = {
|
||||
volumeMute: { allowGlobal: true, hotkey: '', isGlobal: false },
|
||||
volumeUp: { allowGlobal: true, hotkey: '', isGlobal: false },
|
||||
},
|
||||
globalMediaHotkeys: false,
|
||||
globalMediaHotkeys: true,
|
||||
},
|
||||
playback: {
|
||||
audioDeviceId: undefined,
|
||||
|
||||
Reference in New Issue
Block a user