enhance: remember last WindowState of Launcher

This commit is contained in:
leo 2024-06-12 10:22:26 +08:00
parent 7c79340cc1
commit 662c9e1580
No known key found for this signature in database
GPG key ID: B528468E49CD0E58
2 changed files with 7 additions and 0 deletions

View file

@ -22,6 +22,12 @@ namespace SourceGit.ViewModels
set;
} = 720;
public WindowState LauncherWindowState
{
get;
set;
} = WindowState.Normal;
[JsonConverter(typeof(GridLengthConverter))]
public GridLength RepositorySidebarWidth
{