From e92af1bc7fe5cd5860206061f4ff261b3339cc51 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 13 Jul 2017 08:40:47 -0400 Subject: SidePanel system, system status, crapton of other neat things --- ShiftOS.Frontend/Apps/Pong.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS.Frontend/Apps/Pong.cs') diff --git a/ShiftOS.Frontend/Apps/Pong.cs b/ShiftOS.Frontend/Apps/Pong.cs index aed7cf1..eafe1bb 100644 --- a/ShiftOS.Frontend/Apps/Pong.cs +++ b/ShiftOS.Frontend/Apps/Pong.cs @@ -9,7 +9,7 @@ using ShiftOS.Frontend.GraphicsSubsystem; namespace ShiftOS.Frontend.Apps { - [Launcher("{TITLE_PONG}", true, "al_pong", "{AL_GAMES}")] + [Launcher("{TITLE_PONG}", false, null, "{AL_GAMES}")] [WinOpen("{WO_PONG}")] [DefaultTitle("{TITLE_PONG}")] [DefaultIcon("iconPong")] -- cgit v1.2.3