[bugfix-623] retain options and fixed local map filtering

This commit is contained in:
silentrald
2024-10-21 23:55:26 +08:00
parent 825d07fac0
commit 1aadf353ca
2 changed files with 21 additions and 8 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ export interface MapFilter {
from?: number;
to?: number;
fullSpread?: boolean;
leaderboard?: string;
leaderboard?: MapLeaderboard;
installed?: boolean;
minDuration?: number;
maxDuration?: number;