We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925eb68 commit e836435Copy full SHA for e836435
source/interface_derived.cpp
@@ -651,8 +651,9 @@ void MainFrameDerived::LoadEditorVersions(){
651
652
void MainFrameDerived::OnOpenHub(wxCommandEvent &event){
653
//
654
- AddNewInstallDlg dlg(this);
655
- dlg.Show();
+ //AddNewInstallDlg dlg(this);
+ //dlg.Show();
656
+ wxLaunchDefaultBrowser("https://unity.com/releases/editor/archive");
657
}
658
659
void MainFrameDerived::OnUninstall(wxCommandEvent &){
0 commit comments