Skip to content

Commit d1805fa

Browse files
authored
Showing the Editor Versions/Install New button on Linux
I don't get why this was hidden in the first place. It works just fine on my Arch system and functions the same as on my Windows machine, just opens the editor archive site.
1 parent 2651484 commit d1805fa

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

source/interface_derived.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ MainFrameDerived::MainFrameDerived() : MainFrame(NULL){
9494
if (status != 0){
9595
ReloadData();
9696
}
97-
#if defined __linux__
98-
launchHubBtn->Hide();
99-
#endif
10097

10198
//if no projects to load, the interface will be blank
10299

0 commit comments

Comments
 (0)