mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-02-02 06:17:34 +00:00
Finish AAL layout
This commit is contained in:
parent
e315fc15b3
commit
70557ebe5d
1 changed files with 11 additions and 0 deletions
|
@ -468,6 +468,17 @@ namespace ShiftOS.WinForms
|
|||
/// <param name="items">Items.</param>
|
||||
public void PopulateAppLauncher(LauncherItem[] items)
|
||||
{
|
||||
if (Shiftorium.UpgradeInstalled("advanced_app_launcher"))
|
||||
{
|
||||
ControlManager.SetupControls(pnladvancedal);
|
||||
pnladvancedal.Visible = false;
|
||||
flapps.BackColor = LoadedSkin.Menu_ToolStripDropDownBackground;
|
||||
flcategories.BackColor = LoadedSkin.Menu_ToolStripDropDownBackground;
|
||||
pnlalsystemactions.BackColor = LoadedSkin.DesktopPanelColor;
|
||||
lbalstatus.BackColor = LoadedSkin.DesktopPanelColor;
|
||||
}
|
||||
|
||||
|
||||
if (DesktopFunctions.ShowDefaultElements == true)
|
||||
{
|
||||
apps.DropDownItems.Clear();
|
||||
|
|
Loading…
Add table
Reference in a new issue