Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
christ
Browse files Browse the repository at this point in the history
  • Loading branch information
axstin committed Nov 10, 2023
1 parent 0f94cfe commit e8ae648
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
break;

case RFU_TRAYMENU_GITHUB:
UI::Message("Um GUH");
ShellExecuteA(NULL, "open", "https://github.com/" RFU_GITHUB_REPO, NULL, NULL, SW_SHOWNORMAL);
break;

Expand Down

0 comments on commit e8ae648

Please sign in to comment.