mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-23 02:12:14 +00:00
Populate Advanced AL status text.
This commit is contained in:
parent
fc9b618faf
commit
e315fc15b3
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue