增加文件关联首选项

This commit is contained in:
ww-rm
2025-09-21 00:55:01 +08:00
parent 71359a4328
commit b7d7274a5a
12 changed files with 107 additions and 8 deletions

View File

@@ -76,6 +76,9 @@ namespace SpineViewer.Models
[ObservableProperty]
private bool _renderSelectedOnly;
[ObservableProperty]
private bool _associateFileSuffix;
[ObservableProperty]
private AppLanguage _appLanguage;