Skip to content

Commit

Permalink
Remove forcing to use the forwarder for the web browser
Browse files Browse the repository at this point in the history
  • Loading branch information
XorTroll committed Nov 23, 2019
1 parent 8ee4e09 commit a05db6d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Goldleaf/Source/ui/ui_MainMenuLayout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ namespace ui

void MainMenuLayout::webMenuItem_Click()
{
if(GetCurrentApplicationId() != GOLDLEAF_APPID)
{
mainapp->CreateShowDialog(set::GetDictionaryEntry(5), set::GetDictionaryEntry(292), { set::GetDictionaryEntry(234) }, true);
return;
}
pu::String out = AskForText(set::GetDictionaryEntry(38), "https://");
if(out.empty()) return;
else
Expand Down

0 comments on commit a05db6d

Please sign in to comment.