aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Desktop.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS_TheReturn/Desktop.cs')
-rw-r--r--ShiftOS_TheReturn/Desktop.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/Desktop.cs b/ShiftOS_TheReturn/Desktop.cs
index 19be5f4..b72f0cc 100644
--- a/ShiftOS_TheReturn/Desktop.cs
+++ b/ShiftOS_TheReturn/Desktop.cs
@@ -76,6 +76,9 @@ namespace ShiftOS.Engine
string DesktopName { get; }
void SetupDesktop();
+
+ void HideAppLauncher();
+
void PopulateAppLauncher(LauncherItem[] items);
void ShowWindow(IWindowBorder border);
void KillWindow(IWindowBorder border);
@@ -161,6 +164,11 @@ namespace ShiftOS.Engine
{
_desktop.OpenAppLauncher(loc);
}
+
+ public static void HideAppLauncher()
+ {
+ _desktop.HideAppLauncher();
+ }
}
// sorry i almost killed everything :P
}