mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
add more shuffle play modes
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import { useLongPress as useMantineLongPress } from '@mantine/hooks';
|
||||
|
||||
export const useLongPress = useMantineLongPress;
|
||||
@@ -110,7 +110,9 @@ export enum FontType {
|
||||
export enum Play {
|
||||
INDEX = 'index',
|
||||
LAST = 'last',
|
||||
LAST_SHUFFLE = 'lastShuffle',
|
||||
NEXT = 'next',
|
||||
NEXT_SHUFFLE = 'nextShuffle',
|
||||
NOW = 'now',
|
||||
SHUFFLE = 'shuffle',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user