We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8866996 + 6d4f784 commit 73be8d8Copy full SHA for 73be8d8
1 file changed
src/components/Player/PlayerRightMenu.vue
@@ -47,7 +47,7 @@
47
v-if="!statusStore.personalFmMode"
48
:value="dataStore.playList?.length ?? 0"
49
:show="settingStore.showPlaylistCount"
50
- :max="999"
+ :max="9999"
51
:style="{
52
marginRight: settingStore.showPlaylistCount ? '12px' : null,
53
}"
0 commit comments