Skip to content

Commit 77bb68b

Browse files
committed
Add OpenCollective sponsor link to help menu
1 parent 1b46e13 commit 77bb68b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/gui/MainMenu.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ void MainMenu::Draw()
157157
{
158158
SystemBrowser::OpenURL("https://github.com/projectM-visualizer/projectm/issues/new/choose");
159159
}
160+
if (ImGui::MenuItem("Sponsor projectM on OpenCollective"))
161+
{
162+
SystemBrowser::OpenURL("https://opencollective.com/projectm");
163+
}
160164
ImGui::EndMenu();
161165
}
162166

0 commit comments

Comments
 (0)