增加最小化至托盘图标功能

This commit is contained in:
ww-rm
2025-09-30 01:53:14 +08:00
parent 8c3be98b54
commit bb2862ed4f
13 changed files with 90 additions and 30 deletions

View File

@@ -92,6 +92,9 @@ namespace SpineViewer.Models
[ObservableProperty]
private bool _wallpaperView;
[ObservableProperty]
private bool? _closeToTray = null;
[ObservableProperty]
private bool _autoRun;