aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Frontend/Apps/Pong.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Frontend/Apps/Pong.cs')
-rw-r--r--ShiftOS.Frontend/Apps/Pong.cs2
1 files changed, 1 insertions, 1 deletions
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")]