Server/FormMain.cs
changeset 251 f60cfcb98c9a
parent 250 b2121d03f6f0
child 252 59ea5cb46258
     1.1 --- a/Server/FormMain.cs	Sun Aug 21 18:35:58 2016 +0200
     1.2 +++ b/Server/FormMain.cs	Sun Aug 21 19:31:08 2016 +0200
     1.3 @@ -2576,8 +2576,6 @@
     1.4                  try
     1.5                  {
     1.6                      await ConnectHarmonyAsync();
     1.7 -                    //To make sure harmony commands are showing device name instead of device id
     1.8 -                    PopulateEventsTreeView();
     1.9                  }
    1.10                  finally
    1.11                  {
    1.12 @@ -3041,6 +3039,9 @@
    1.13              PopulateTreeViewHarmony(Program.HarmonyConfig);
    1.14  
    1.15              Console.WriteLine("Harmony: Ready");
    1.16 +
    1.17 +            //Make sure harmony command actions are showing device name instead of device id
    1.18 +            PopulateEventsTreeView();
    1.19          }
    1.20  
    1.21          /// <summary>