We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda2aae commit 9f2f6e0Copy full SHA for 9f2f6e0
src/ClockViewContoller.cpp
@@ -64,7 +64,7 @@ void ClockMod::ClockViewController::DidActivate(bool firstActivation, bool added
64
// Change Size
65
auto onFontSizeChange = il2cpp_utils::MakeDelegate<UnityEngine::Events::UnityAction_1<float>*>(
66
classof(UnityEngine::Events::UnityAction_1<float>*), this, SetFontSize); // Decimal places Value Steps Min Value Max Value
67
- QuestUI::IncrementSetting* FontIncrementObject = QuestUI::BeatSaberUI::CreateIncrementSetting(container->get_transform(), "Font Size", 1, 0.1, getConfig().config["FontSize"].GetFloat(), 1.0f, 8.0f, onFontSizeChange);
+ QuestUI::IncrementSetting* FontIncrementObject = QuestUI::BeatSaberUI::CreateIncrementSetting(container->get_transform(), "Font Size", 1, 0.1, getConfig().config["FontSize"].GetFloat(), 1.0f, 5.0f, onFontSizeChange);
68
QuestUI::BeatSaberUI::AddHoverHint(FontIncrementObject->get_gameObject(), "Changes the Font Size of the Clock (Default: 4)");
69
// Show Battery Percentage
70
auto onBattSettingChange = il2cpp_utils::MakeDelegate<UnityEngine::Events::UnityAction_1<bool>*>(
0 commit comments