From f2f48abfe830650329a568d22c4c88f54ece3095 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 7 Jun 2020 16:06:02 +0100 Subject: [PATCH] Changed: re-positioned hotkey registration on start up --- LinearAppLauncher.csproj => FizzyLauncher.csproj | 0 LinearAppLauncher.csproj.user => FizzyLauncher.csproj.user | 0 MainForm.cs | 6 +++--- Properties/AssemblyInfo.cs | 2 +- skye.sln | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename LinearAppLauncher.csproj => FizzyLauncher.csproj (100%) rename LinearAppLauncher.csproj.user => FizzyLauncher.csproj.user (100%) diff --git a/LinearAppLauncher.csproj b/FizzyLauncher.csproj similarity index 100% rename from LinearAppLauncher.csproj rename to FizzyLauncher.csproj diff --git a/LinearAppLauncher.csproj.user b/FizzyLauncher.csproj.user similarity index 100% rename from LinearAppLauncher.csproj.user rename to FizzyLauncher.csproj.user diff --git a/MainForm.cs b/MainForm.cs index f0a94f9..d73a32e 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -437,9 +437,6 @@ namespace AppLauncher // ui ThreadControl.SetSize(this, (maxWidth + SystemInformation.VerticalScrollBarWidth + 20 + flowLayoutPanel1.Left), this.CurrentSession.DefaultHeight); - // hotkey - invalidateHotKey(); - // ThreadControl.SetTopMost(this, this.CurrentSession.AlwaysOnTop); ThreadControl.SetVisible(this, true); @@ -455,6 +452,9 @@ namespace AppLauncher this.Focus(); } + // hotkey + invalidateHotKey(); + }); } diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 0be6320..d6aba6e 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("0.1.1.108")] +[assembly: AssemblyFileVersion("0.1.1.109")] diff --git a/skye.sln b/skye.sln index b8924c6..3b21ce7 100644 --- a/skye.sln +++ b/skye.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.28307.1022 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinearAppLauncher", "LinearAppLauncher.csproj", "{66C1C75C-3612-4D23-B937-C3DE0D653292}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FizzyLauncher", "FizzyLauncher.csproj", "{66C1C75C-3612-4D23-B937-C3DE0D653292}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution