Add shared song score aggregation support

This commit is contained in:
James Liu
2025-12-05 01:20:47 +08:00
parent 4aeb1249f6
commit 1bbebfb033
5 changed files with 144 additions and 8 deletions
+5 -1
View File
@@ -32,4 +32,8 @@ export function isAsphyxiaDebugMode() : boolean {
export function isSharedFavoriteMusicEnabled() : boolean{
return Boolean(U.GetConfig("shared_favorite_songs"))
}
}
export function isSharedSongScoresEnabled() : boolean{
return Boolean(U.GetConfig("shared_song_scores"))
}