diff options
| author | william341 <[email protected]> | 2017-02-15 08:13:27 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-15 08:13:27 -0700 |
| commit | 9729d2ba5998351849b0fe7e755a3176de655bab (patch) | |
| tree | 2efd9ec2b801e270eed5f609fdd1dd5e5408ab17 /ShiftOS.WinForms/Applications/Chat.cs | |
| parent | 72895da56af2ce8f8ed74c635de2f88c7df208cf (diff) | |
| download | shiftos_thereturn-9729d2ba5998351849b0fe7e755a3176de655bab.tar.gz shiftos_thereturn-9729d2ba5998351849b0fe7e755a3176de655bab.tar.bz2 shiftos_thereturn-9729d2ba5998351849b0fe7e755a3176de655bab.zip | |
Update Chat.cs
Diffstat (limited to 'ShiftOS.WinForms/Applications/Chat.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Chat.cs | 3 |
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) |
