Remove unneeded hook
This commit is contained in:
parent
5295c69f46
commit
e7bc29a8f1
1 changed files with 0 additions and 9 deletions
|
@ -406,12 +406,3 @@ export const useHotkeySettings = () => useSettingsStore((state) => state.hotkeys
|
||||||
|
|
||||||
export const useMpvSettings = () =>
|
export const useMpvSettings = () =>
|
||||||
useSettingsStore((state) => state.playback.mpvProperties, shallow);
|
useSettingsStore((state) => state.playback.mpvProperties, shallow);
|
||||||
|
|
||||||
export const useMainSettings = () =>
|
|
||||||
useSettingsStore(
|
|
||||||
(state) => ({
|
|
||||||
showQueueDrawerButton: state.general.showQueueDrawerButton,
|
|
||||||
sideQueueType: state.general.sideQueueType,
|
|
||||||
}),
|
|
||||||
shallow,
|
|
||||||
);
|
|
||||||
|
|
Reference in a new issue