it is online
This commit is contained in:
parent
77af6d325f
commit
5037e90906
1 changed files with 1 additions and 1 deletions
|
|
@ -4922,7 +4922,7 @@ bool FurnaceGUI::loop() {
|
|||
ImGui::EndMenu();
|
||||
}
|
||||
if (ImGui::BeginMenu(settings.capitalMenuBar?_("Help"):_("help"))) {
|
||||
if (ImGui::MenuItem(_("open manual")))
|
||||
if (ImGui::MenuItem(_("online manual")))
|
||||
#ifdef DIV_UNSTABLE
|
||||
SDL_OpenURL("https://github.com/tildearrow/furnace/tree/master/doc");
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue