mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
Export play button behavior in its own hook
This commit is contained in:
@@ -235,3 +235,6 @@ export const useTableSettings = (type: TableType) =>
|
||||
export const useGeneralSettings = () => useSettingsStore((state) => state.general);
|
||||
|
||||
export const usePlayerType = () => useSettingsStore((state) => state.player.type);
|
||||
|
||||
export const usePlayButtonBehavior = () =>
|
||||
useSettingsStore((state) => state.player.playButtonBehavior);
|
||||
|
||||
Reference in New Issue
Block a user