mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
[PTRun][WindowsSettings] Enable analyzer and fix warnings (#16942)
This commit is contained in:
committed by
GitHub
parent
94391775c8
commit
0d3aa3a187
@@ -134,7 +134,7 @@ namespace Microsoft.PowerToys.Run.Plugin.WindowsSettings
|
||||
|
||||
// Search for Area only on queries with action char.
|
||||
if (area.Contains(query.Search.Replace(":", string.Empty), StringComparison.CurrentCultureIgnoreCase)
|
||||
&& query.Search.EndsWith(":"))
|
||||
&& query.Search.EndsWith(":", StringComparison.CurrentCultureIgnoreCase))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user