mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 10:16:24 +02:00
[Settings] Run Plugin additional options: description (#17108)
* last changes * update ww settings * feedbvack and TimeDate plugin * Add property description
This commit is contained in:
@@ -10,6 +10,11 @@ namespace Microsoft.PowerToys.Settings.UI.Library
|
||||
|
||||
public string DisplayLabel { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value to show a description of this setting in the settings ui. (Optional)
|
||||
/// </summary>
|
||||
public string DisplayDescription { get; set; }
|
||||
|
||||
public bool Value { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user