diff options
| author | william341 <[email protected]> | 2017-02-15 08:12:25 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-15 08:12:25 -0700 |
| commit | 72895da56af2ce8f8ed74c635de2f88c7df208cf (patch) | |
| tree | ab0f7034e83aa7b8590e128ea6da3e344b83bc23 /ShiftOS.WinForms/Applications/Chat.cs | |
| parent | 9d7555c0bc77e9c32292f15a6bbb86e73d82fff6 (diff) | |
| download | shiftos_thereturn-72895da56af2ce8f8ed74c635de2f88c7df208cf.tar.gz shiftos_thereturn-72895da56af2ce8f8ed74c635de2f88c7df208cf.tar.bz2 shiftos_thereturn-72895da56af2ce8f8ed74c635de2f88c7df208cf.zip | |
janky ass crap to get chat to show up
Diffstat (limited to 'ShiftOS.WinForms/Applications/Chat.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Chat.cs | 3 |
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) |
