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 8becbee commit bdee339
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion VTOL_2.0.0/Pages/Page_Home.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,25 @@ 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 bdee339

Please sign in to comment.