mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
[PT Run] [Settings plugin] Add new settings (#13746)
* Add entries for settings tools (#13741) * Add UAC entry (#13743) * fix typo * Add entries for environment vars (#13734) * fix typos * fixes * Improvements * fix resource strings * Fix merge conflicts * update system env vars command * fix json schema * Update settings * fix typo * add firstResultScore * fix typos
This commit is contained in:
@@ -19,6 +19,7 @@ namespace Microsoft.PowerToys.Run.Plugin.WindowsSettings
|
||||
Name = string.Empty;
|
||||
Command = string.Empty;
|
||||
Type = string.Empty;
|
||||
ShowAsFirstResult = false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -62,6 +63,11 @@ namespace Microsoft.PowerToys.Run.Plugin.WindowsSettings
|
||||
/// </summary>
|
||||
public uint? DeprecatedInBuild { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether to use a higher score as normal for this setting to show it as one of the first results.
|
||||
/// </summary>
|
||||
public bool ShowAsFirstResult { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the the value with the generated area path as string.
|
||||
/// This Property IS NOT PART OF THE DATA IN "WindowsSettings.json".
|
||||
|
||||
Reference in New Issue
Block a user