Each window can remember its size

This commit is contained in:
2dust
2025-07-01 19:39:27 +08:00
parent cb28c31519
commit 7a9ee6e9e2
31 changed files with 212 additions and 81 deletions

View File

@@ -4,7 +4,7 @@ using SQLite;
namespace ServiceLib.Models;
[Serializable]
public class ProfileItem: ReactiveObject
public class ProfileItem : ReactiveObject
{
public ProfileItem()
{