移动浏览目录至用户状态

This commit is contained in:
ww-rm
2025-11-02 15:25:43 +08:00
parent b4c7579d24
commit 7bb76d508e
4 changed files with 24 additions and 3 deletions

View File

@@ -33,6 +33,12 @@ namespace SpineViewer.Models
#endregion
#region
public string? ExploringDirectory { get; set; }
#endregion
#region
public uint ResolutionX { get; set; } = 1500;

View File

@@ -12,7 +12,6 @@ namespace SpineViewer.Models
{
public class WorkspaceModel
{
public string? ExploringDirectory { get; set; }
public RendererWorkspaceConfigModel RendererConfig { get; set; } = new();
public List<SpineObjectWorkspaceConfigModel> LoadedSpineObjects { get; set; } = [];
}