Skip to content

Commit 8a0a41f

Browse files
committed
优化ursa demo
1 parent e91a1db commit 8a0a41f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Demo/AutoSettingUI.Ursa.Demo/Models/ApplicationSettings.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ public partial class ApplicationSettings:ObservableObject
2525

2626
[Title("Application Name")]
2727
[ObservableProperty]
28+
[DisplayOrder(-1)]
2829
private string _appName= "My Application";
2930

3031
[ObservableProperty]
32+
[DisplayOrder(-1)]
3133
private string _version="1.0.0";
3234

3335
[Title("Enable Logging")]
3436
[ObservableProperty]
37+
[DisplayOrder(1)]
3538
private bool _enableLogging;
3639

3740
[Title("Log Level")]

0 commit comments

Comments
 (0)