diff --git a/mod.json b/mod.json index 6299665..cca72f8 100644 --- a/mod.json +++ b/mod.json @@ -6,7 +6,7 @@ "author": "NSGolova", "version": "0.8.0", "packageId": "com.beatgames.beatsaber", - "packageVersion": "1.35.0_8016709773", + "packageVersion": "1.37.0_9064817954", "description": "beatleader.xyz | In-game leaderboards for custom and OST maps | Score replays | Clans, events, playlists and much more", "coverImage": "cover.png", "dependencies": [ @@ -41,9 +41,9 @@ "libbl.so" ], "libraryFiles": [ - "libbeatsaber-hook_5_1_6.so", + "libbeatsaber-hook_5_1_7.so", "libsl2.so" ], "fileCopies": [], "copyExtensions": [] -} \ No newline at end of file +} diff --git a/mod.template.json b/mod.template.json index e3d4770..a583d28 100644 --- a/mod.template.json +++ b/mod.template.json @@ -6,7 +6,7 @@ "author": "NSGolova", "modloader": "Scotland2", "packageId": "com.beatgames.beatsaber", - "packageVersion": "1.35.0_8016709773", + "packageVersion": "1.37.0_9064817954", "coverImage": "cover.png", "description": "beatleader.xyz | In-game leaderboards for custom and OST maps | Score replays | Clans, events, playlists and much more", "modFiles": [], diff --git a/qpm.json b/qpm.json index 1989975..c2c372f 100644 --- a/qpm.json +++ b/qpm.json @@ -17,7 +17,7 @@ "dependencies": [ { "id": "beatsaber-hook", - "versionRange": "^5.1.6", + "versionRange": "^5.1.7", "additionalData": { "extraFiles": [ "src/inline-hook" @@ -31,12 +31,12 @@ }, { "id": "bs-cordl", - "versionRange": "3500.*", + "versionRange": "3700.*", "additionalData": {} }, { "id": "custom-types", - "versionRange": "^0.17.0", + "versionRange": "^0.17.8", "additionalData": {} }, { @@ -61,7 +61,7 @@ }, { "id": "songcore", - "versionRange": "^1.1.1", + "versionRange": "^1.1.13", "additionalData": {} }, { @@ -71,7 +71,7 @@ }, { "id": "bs-utils", - "versionRange": "^0.8.0", + "versionRange": "^0.8.2", "additionalData": {} }, { @@ -81,8 +81,8 @@ }, { "id": "bsml", - "versionRange": "^0.4.24", + "versionRange": "^0.4.34", "additionalData": {} } ] -} \ No newline at end of file +} diff --git a/src/UI/LeaderboardUI.cpp b/src/UI/LeaderboardUI.cpp index c423275..2ecb4b2 100644 --- a/src/UI/LeaderboardUI.cpp +++ b/src/UI/LeaderboardUI.cpp @@ -82,7 +82,7 @@ #include "GlobalNamespace/LeaderboardTableCell.hpp" #include "GlobalNamespace/SinglePlayerLevelSelectionFlowCoordinator.hpp" #include "GlobalNamespace/SoloFreePlayFlowCoordinator.hpp" -#include "GlobalNamespace/BoolSettingsController.hpp" +#include "GlobalNamespace/SwitchSettingsController.hpp" #include "BGLib/Polyglot/LocalizedTextMeshProUGUI.hpp" #include "TMPro/TMP_Sprite.hpp" @@ -1275,7 +1275,7 @@ namespace LeaderboardUI { GameObject* gameObject = Object::Instantiate(toggleCopy.ptr(), parent, false); static ConstString nameTextName("NameText"); GameObject* nameText = gameObject->get_transform()->Find(nameTextName)->get_gameObject(); - Object::Destroy(gameObject->GetComponent()); + Object::Destroy(gameObject->GetComponent()); static ConstString name("QuestUICheckboxSetting"); gameObject->set_name(name); diff --git a/src/UI/QuestUI.cpp b/src/UI/QuestUI.cpp index 1ebd571..9cf93c4 100644 --- a/src/UI/QuestUI.cpp +++ b/src/UI/QuestUI.cpp @@ -1,8 +1,7 @@ #include "UI/QuestUI.hpp" #include "GlobalNamespace/UIKeyboardManager.hpp" -#include "GlobalNamespace/BoolSettingsController.hpp" -#include "GlobalNamespace/FormattedFloatListSettingsValueController.hpp" +#include "GlobalNamespace/SwitchSettingsController.hpp" #include "GlobalNamespace/ColorPickerButtonController.hpp" #include "GlobalNamespace/HSVPanelController.hpp" #include "GlobalNamespace/MenuShockwave.hpp"