aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-07 20:10:48 -0400
committerMichael <[email protected]>2017-04-07 20:10:48 -0400
commite315fc15b392d0aeb4c016aa9cafd0742ce74970 (patch)
tree37a28d0a7310bdcc6f3bc150e91399a0f0f709ae /ShiftOS.WinForms
parentfc9b618fafb6389a0dca714b79834ec024b0be2f (diff)
downloadshiftos_thereturn-e315fc15b392d0aeb4c016aa9cafd0742ce74970.tar.gz
shiftos_thereturn-e315fc15b392d0aeb4c016aa9cafd0742ce74970.tar.bz2
shiftos_thereturn-e315fc15b392d0aeb4c016aa9cafd0742ce74970.zip
Populate Advanced AL status text.
Diffstat (limited to 'ShiftOS.WinForms')
-rw-r--r--ShiftOS.WinForms/WinformsDesktop.cs4
1 files changed, 4 insertions, 0 deletions
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);