mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Remove unneeded hook
This commit is contained in:
@@ -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 New Issue
Block a user