Skip to content

Commit 8599a1c

Browse files
authored
Allow to display up to 50 leaderboard entries in Liluo/in-game
1 parent 98bfc7a commit 8599a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newIDE/app/src/GameDashboard/LeaderboardAdmin/LeaderboardAppearanceDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const scorePreviewMaxValue = 999999999;
8080
const precisionMinValue = -3;
8181
const precisionMaxValue = 3;
8282
const displayedEntriesMinNumber = 1;
83-
const displayedEntriesMaxNumber = 25;
83+
const displayedEntriesMaxNumber = 50;
8484

8585
function LeaderboardAppearanceDialog({
8686
open,

0 commit comments

Comments
 (0)