aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-02-15 08:13:27 -0700
committerGitHub <[email protected]>2017-02-15 08:13:27 -0700
commit9729d2ba5998351849b0fe7e755a3176de655bab (patch)
tree2efd9ec2b801e270eed5f609fdd1dd5e5408ab17 /ShiftOS.WinForms
parent72895da56af2ce8f8ed74c635de2f88c7df208cf (diff)
downloadshiftos_thereturn-9729d2ba5998351849b0fe7e755a3176de655bab.tar.gz
shiftos_thereturn-9729d2ba5998351849b0fe7e755a3176de655bab.tar.bz2
shiftos_thereturn-9729d2ba5998351849b0fe7e755a3176de655bab.zip
Update Chat.cs
Diffstat (limited to 'ShiftOS.WinForms')
-rw-r--r--ShiftOS.WinForms/Applications/Chat.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/ShiftOS.WinForms/Applications/Chat.cs b/ShiftOS.WinForms/Applications/Chat.cs
index c63e446..6c7528c 100644
--- a/ShiftOS.WinForms/Applications/Chat.cs
+++ b/ShiftOS.WinForms/Applications/Chat.cs
@@ -36,9 +36,6 @@ 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)