# HG changeset patch # User StephaneLenclud # Date 1454848145 -3600 # Node ID 0fb548a758494976000c9f92636219aac641d37e # Parent 23229588ebd61a3f8ee4840817336de7e22e702f Idle Client not showing in Open Task view any more. diff -r 23229588ebd6 -r 0fb548a75849 Clients/Idle/FormClientIdle.cs --- a/Clients/Idle/FormClientIdle.cs Thu Feb 04 20:11:31 2016 +0100 +++ b/Clients/Idle/FormClientIdle.cs Sun Feb 07 13:29:05 2016 +0100 @@ -61,6 +61,9 @@ /// private void FormClientIdle_Load(object sender, EventArgs e) { + //Prevents showing in the Open Task view (Windows Key + Tab) + Visible = false; + //Display client iClient = new Client(); iClient.CloseOrderEvent += OnCloseOrder; diff -r 23229588ebd6 -r 0fb548a75849 Clients/Idle/SharpDisplayClientIdle.csproj --- a/Clients/Idle/SharpDisplayClientIdle.csproj Thu Feb 04 20:11:31 2016 +0100 +++ b/Clients/Idle/SharpDisplayClientIdle.csproj Sun Feb 07 13:29:05 2016 +0100 @@ -92,7 +92,6 @@ Settings.settings True - diff -r 23229588ebd6 -r 0fb548a75849 Server/SharpDisplayManager.csproj --- a/Server/SharpDisplayManager.csproj Thu Feb 04 20:11:31 2016 +0100 +++ b/Server/SharpDisplayManager.csproj Sun Feb 07 13:29:05 2016 +0100 @@ -34,7 +34,7 @@ index.htm false 0 - 0.8.6.0 + 0.8.7.0 false true true