From e315fc15b392d0aeb4c016aa9cafd0742ce74970 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 7 Apr 2017 20:10:48 -0400 Subject: [PATCH] Populate Advanced AL status text. --- ShiftOS.WinForms/WinformsDesktop.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ShiftOS.WinForms/WinformsDesktop.cs b/ShiftOS.WinForms/WinformsDesktop.cs index a808dd8..96dadc3 100644 --- a/ShiftOS.WinForms/WinformsDesktop.cs +++ b/ShiftOS.WinForms/WinformsDesktop.cs @@ -775,6 +775,10 @@ namespace ShiftOS.WinForms { if (Shiftorium.UpgradeInstalled("advanced_app_launcher")) { + lbalstatus.Text = $@"{SaveSystem.CurrentSave.Username}@{SaveSystem.CurrentSave.SystemName} +{SaveSystem.CurrentSave.Codepoints} Codepoints +{Shiftorium.GetAvailable().Length} available, {SaveSystem.CurrentSave.CountUpgrades()} installed."; + flapps.Controls.Clear(); apps.DropDown.Hide(); pnladvancedal.Location = new Point(0, (LoadedSkin.DesktopPanelPosition == 0) ? desktoppanel.Height : this.Height - pnladvancedal.Height - desktoppanel.Height);