From 07192c6c2e9e0559e2ac2d9478db36fdcb3a2071 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 7 Feb 2017 18:39:30 -0500 Subject: Add default icons for most apps --- ShiftOS.WinForms/Applications/Pong.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS.WinForms/Applications/Pong.cs') diff --git a/ShiftOS.WinForms/Applications/Pong.cs b/ShiftOS.WinForms/Applications/Pong.cs index 82c86e5..d61e1fd 100644 --- a/ShiftOS.WinForms/Applications/Pong.cs +++ b/ShiftOS.WinForms/Applications/Pong.cs @@ -39,6 +39,7 @@ namespace ShiftOS.WinForms.Applications { [Launcher("Pong", true, "al_pong", "Games")] [WinOpen("pong")] + [DefaultIcon("iconPong")] public partial class Pong : UserControl, IShiftOSWindow { int xVel = 7; -- cgit v1.2.3