mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[Settings]Fix description property type for checkbox controls (#18796)
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Microsoft.PowerToys.Settings.UI.Controls
|
|||||||
|
|
||||||
public static readonly DependencyProperty DescriptionProperty = DependencyProperty.Register(
|
public static readonly DependencyProperty DescriptionProperty = DependencyProperty.Register(
|
||||||
"Description",
|
"Description",
|
||||||
typeof(object),
|
typeof(string),
|
||||||
typeof(CheckBoxWithDescriptionControl),
|
typeof(CheckBoxWithDescriptionControl),
|
||||||
new PropertyMetadata(default(string)));
|
new PropertyMetadata(default(string)));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user