forked from Cookies_Github_mirror/AquaDX
[+] Allow disable music rank for own machine (#110)
* [+] Allow disable music rank for own machine * fix
This commit is contained in:
@@ -43,6 +43,9 @@ class AquaGameOptions(
|
||||
|
||||
@SettingField("chu3-matching")
|
||||
var chusanMatchingReflector: String = "",
|
||||
|
||||
@SettingField("mai2")
|
||||
var enableMusicRank: Boolean = true,
|
||||
)
|
||||
|
||||
interface AquaGameOptionsRepo : JpaRepository<AquaGameOptions, Long>
|
||||
|
||||
Reference in New Issue
Block a user