调整顺序
This commit is contained in:
@@ -75,24 +75,6 @@ namespace SpineViewer.Models
|
||||
|
||||
#region 程序选项
|
||||
|
||||
[ObservableProperty]
|
||||
private bool _autoRun;
|
||||
|
||||
[ObservableProperty]
|
||||
private string _autoRunWorkspaceConfigPath;
|
||||
|
||||
[ObservableProperty]
|
||||
private bool _wallpaperView;
|
||||
|
||||
[ObservableProperty]
|
||||
private bool _renderSelectedOnly;
|
||||
|
||||
[ObservableProperty]
|
||||
private bool _associateFileSuffix;
|
||||
|
||||
[ObservableProperty]
|
||||
private AppLanguage _appLanguage;
|
||||
|
||||
public RelayCommand Cmd_SelectAutoRunWorkspaceConfigPath => _cmd_SelectAutoRunWorkspaceConfigPath ??= new(() =>
|
||||
{
|
||||
if (!DialogService.ShowOpenJsonDialog(out var fileName))
|
||||
@@ -101,6 +83,24 @@ namespace SpineViewer.Models
|
||||
});
|
||||
private RelayCommand? _cmd_SelectAutoRunWorkspaceConfigPath;
|
||||
|
||||
[ObservableProperty]
|
||||
private AppLanguage _appLanguage;
|
||||
|
||||
[ObservableProperty]
|
||||
private bool _renderSelectedOnly;
|
||||
|
||||
[ObservableProperty]
|
||||
private bool _wallpaperView;
|
||||
|
||||
[ObservableProperty]
|
||||
private bool _autoRun;
|
||||
|
||||
[ObservableProperty]
|
||||
private string _autoRunWorkspaceConfigPath;
|
||||
|
||||
[ObservableProperty]
|
||||
private bool _associateFileSuffix;
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user