mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-07 03:45:00 +00:00
parent
25e6e261a6
commit
68e96f428e
2 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@ namespace SourceGit.ViewModels
|
|||
public Models.Branch SelectedBranch
|
||||
{
|
||||
get => _selectedBranch;
|
||||
set => SetProperty(ref _selectedBranch, value);
|
||||
set => SetProperty(ref _selectedBranch, value, true);
|
||||
}
|
||||
|
||||
public Models.DealWithLocalChanges PreAction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue