Skip to content

Commit e836435

Browse files
author
Ravbug
committed
Open UnityDownloadArchive on Install
due to changes made to how the page loads
1 parent 925eb68 commit e836435

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/interface_derived.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,8 +651,9 @@ void MainFrameDerived::LoadEditorVersions(){
651651

652652
void MainFrameDerived::OnOpenHub(wxCommandEvent &event){
653653
//
654-
AddNewInstallDlg dlg(this);
655-
dlg.Show();
654+
//AddNewInstallDlg dlg(this);
655+
//dlg.Show();
656+
wxLaunchDefaultBrowser("https://unity.com/releases/editor/archive");
656657
}
657658

658659
void MainFrameDerived::OnUninstall(wxCommandEvent &){

0 commit comments

Comments
 (0)