mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Add checks for player type
This commit is contained in:
parent
ae5afe868e
commit
4353e81df3
6 changed files with 47 additions and 18 deletions
|
|
@ -233,3 +233,5 @@ export const useTableSettings = (type: TableType) =>
|
|||
useSettingsStore((state) => state.tables[type]);
|
||||
|
||||
export const useGeneralSettings = () => useSettingsStore((state) => state.general);
|
||||
|
||||
export const usePlayerType = () => useSettingsStore((state) => state.player.type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue