Skip to content

Commit 6d4f784

Browse files
authored
Increase max badge value from 999 to 9999
1 parent 8866996 commit 6d4f784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Player/PlayerRightMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
v-if="!statusStore.personalFmMode"
4848
:value="dataStore.playList?.length ?? 0"
4949
:show="settingStore.showPlaylistCount"
50-
:max="999"
50+
:max="9999"
5151
:style="{
5252
marginRight: settingStore.showPlaylistCount ? '12px' : null,
5353
}"

0 commit comments

Comments
 (0)