增加程序皮肤首选项

This commit is contained in:
ww-rm
2025-10-03 19:38:48 +08:00
parent 8b622050fa
commit 887e3f76d2
9 changed files with 154 additions and 2 deletions

View File

@@ -86,6 +86,9 @@ namespace SpineViewer.Models
[ObservableProperty]
private AppLanguage _appLanguage;
[ObservableProperty]
private AppSkin _appSkin;
[ObservableProperty]
private bool _renderSelectedOnly;