Skip to content

Commit

Permalink
┻━┻ ︵ヽ(`Д´)ノ︵ ┻━┻
Browse files Browse the repository at this point in the history
  • Loading branch information
BigSpice committed Mar 6, 2023
1 parent 77a8d26 commit 8becbee
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions VTOL_2.0.0/Pages/Page_Home.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1390,25 +1390,7 @@ void INIT()
User_Settings_Vars.NorthstarInstallLocation = Current_Install_Folder;
}

if (NS_Installed == true)
{

DispatchIfNecessary(() =>
{
Update_Northstar_Button.Content = VTOL.Resources.Languages.Language.Page_Home_UpdateNorthstar;
});
}
else
{
DispatchIfNecessary(() =>
{
Update_Northstar_Button.Content = VTOL.Resources.Languages.Language.Page_Home_INIT_InstallNorthstar;
});


}

}
catch (Exception ex)
{
Expand Down

0 comments on commit 8becbee

Please sign in to comment.