mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Set global media hotkeys enabled by default
This commit is contained in:
parent
5b98238b3a
commit
e6a4ce2e64
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue