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)