From bdee3395e6aafd26494b2278b23edbad7415986a Mon Sep 17 00:00:00 2001 From: Jordan Date: Sun, 5 Mar 2023 22:11:57 -0500 Subject: [PATCH] =?UTF-8?q?(=D2=82=E2=97=A1=5F=E2=97=A1)=20=E1=95=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VTOL_2.0.0/Pages/Page_Home.xaml.cs | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/VTOL_2.0.0/Pages/Page_Home.xaml.cs b/VTOL_2.0.0/Pages/Page_Home.xaml.cs index 96b195ff..00d88450 100644 --- a/VTOL_2.0.0/Pages/Page_Home.xaml.cs +++ b/VTOL_2.0.0/Pages/Page_Home.xaml.cs @@ -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) {