移除LastState中背景图片的记忆

This commit is contained in:
ww-rm
2025-09-27 21:24:15 +08:00
parent 940397c673
commit 7896e072e7
2 changed files with 0 additions and 3 deletions

View File

@@ -33,7 +33,6 @@ namespace SpineViewer.Models
public float Speed { get; set; } = 1f;
public bool ShowAxis { get; set; } = true;
public Color BackgroundColor { get; set; } = Color.FromRgb(105, 105, 105);
public string BackgroundImagePath { get; set; }
public Stretch BackgroundImageMode { get; set; } = Stretch.Uniform;
#endregion