mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
Feature: Shuffle Button (#941)
This commit is contained in:
@@ -6,6 +6,10 @@ export const PLAY_TYPES = [
|
||||
label: i18n.t('player.play', { postProcess: 'sentenceCase' }),
|
||||
play: Play.NOW,
|
||||
},
|
||||
{
|
||||
label: i18n.t('player.shuffle', { postProcess: 'sentenceCase' }),
|
||||
play: Play.SHUFFLE,
|
||||
},
|
||||
{
|
||||
label: i18n.t('player.addLast', { postProcess: 'sentenceCase' }),
|
||||
play: Play.LAST,
|
||||
|
||||
Reference in New Issue
Block a user