[PT Run/FancyZones] Exclude Launcher from zonable windows improvement (#9071)

* excluding launcher from fancy zones setting GWL_STYLE WS_POPUP 


fix WS_POPUP type

* Migrate spelling-0.0.19 changes from main

* rebase fix

* fix spellcheck

Co-authored-by: Dustin L. Howett <duhowett@microsoft.com>
This commit is contained in:
Davide Giacometti
2021-12-21 15:18:36 +01:00
committed by GitHub
parent dc08987a60
commit 57cdae724a
3 changed files with 17 additions and 5 deletions

View File

@@ -16,7 +16,6 @@
// Non-Localizable strings
namespace NonLocalizable
{
const wchar_t PowerToysAppPowerLauncher[] = L"POWERTOYS.POWERLAUNCHER.EXE";
const wchar_t PowerToysAppFZEditor[] = L"POWERTOYS.FANCYZONESEDITOR.EXE";
const wchar_t SplashClassName[] = L"MsoSplash";
}
@@ -45,10 +44,6 @@ namespace
{
return false;
}
if (find_app_name_in_path(processPath, { NonLocalizable::PowerToysAppPowerLauncher }))
{
return false;
}
if (find_app_name_in_path(processPath, { NonLocalizable::PowerToysAppFZEditor }))
{
return false;