Skip to content

Commit cdab6f9

Browse files
committed
Change button title when bs+ modules are present
1 parent 6fb26f4 commit cdab6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ void OnEnable()
164164
{
165165
CP_SDK::UI::FlowCoordinators::MainFlowCoordinator::OverrideTitle(u"QBeatSaberPlus");
166166

167-
BSML::Register::RegisterMenuButton("QBeatSaberPlus", s_ModInfo.id,
167+
BSML::Register::RegisterMenuButton("QBeatSaber+", s_ModInfo.id,
168168
[](){
169169
CP_SDK::UI::FlowCoordinators::MainFlowCoordinator::Instance()->Present(true);
170170
}

0 commit comments

Comments
 (0)