aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-02-15 08:12:25 -0700
committerGitHub <[email protected]>2017-02-15 08:12:25 -0700
commit72895da56af2ce8f8ed74c635de2f88c7df208cf (patch)
treeab0f7034e83aa7b8590e128ea6da3e344b83bc23
parent9d7555c0bc77e9c32292f15a6bbb86e73d82fff6 (diff)
downloadshiftos_thereturn-72895da56af2ce8f8ed74c635de2f88c7df208cf.tar.gz
shiftos_thereturn-72895da56af2ce8f8ed74c635de2f88c7df208cf.tar.bz2
shiftos_thereturn-72895da56af2ce8f8ed74c635de2f88c7df208cf.zip
janky ass crap to get chat to show up
-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)