mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
add shuffle context menu item
This commit is contained in:
parent
42ba5a531c
commit
fbac33ceba
7 changed files with 73 additions and 12 deletions
|
|
@ -215,6 +215,13 @@ export const ControlSettings = () => {
|
|||
}),
|
||||
value: Play.LAST,
|
||||
},
|
||||
{
|
||||
label: t('setting.playButtonBehavior', {
|
||||
context: 'optionPlayShuffled',
|
||||
postProcess: 'titleCase',
|
||||
}),
|
||||
value: Play.SHUFFLE,
|
||||
},
|
||||
]}
|
||||
defaultValue={settings.playButtonBehavior}
|
||||
onChange={(e) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue