aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/Applications')
-rw-r--r--ShiftOS.WinForms/Applications/Chat.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Chat.cs b/ShiftOS.WinForms/Applications/Chat.cs
index 6c7528c..c63e446 100644
--- a/ShiftOS.WinForms/Applications/Chat.cs
+++ b/ShiftOS.WinForms/Applications/Chat.cs
@@ -36,6 +36,9 @@ using ShiftOS.Engine;
namespace ShiftOS.WinForms.Applications
{
+ [Launcher("Chat", false, null, "Utilities")]
+ [WinOpen("chat")]
+ [DefaultIcon("iconTerminal")]
public partial class Chat : UserControl, IShiftOSWindow
{
public Chat(string chatId)