mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
Remove unneeded hook
This commit is contained in:
@@ -406,12 +406,3 @@ export const useHotkeySettings = () => useSettingsStore((state) => state.hotkeys
|
||||
|
||||
export const useMpvSettings = () =>
|
||||
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