mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
[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:
committed by
GitHub
parent
dc08987a60
commit
57cdae724a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user