refactor: rewrite stash local changes

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-06-17 20:56:02 +08:00
parent 10569022d7
commit 957fbbf54f
No known key found for this signature in database
16 changed files with 92 additions and 77 deletions

View file

@ -176,17 +176,11 @@ namespace SourceGit.Models
set;
} = false;
public bool KeepIndexWhenStash
public int ChangesAfterStashing
{
get;
set;
} = false;
public bool AutoRestoreAfterStash
{
get;
set;
} = false;
} = 0;
public string PreferredOpenAIService
{