mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
fix<Manager>: refresh recent opened repositories after open one
This commit is contained in:
parent
4600d46328
commit
bef6dbbb7c
1 changed files with 1 additions and 0 deletions
|
@ -498,6 +498,7 @@ namespace SourceGit.UI {
|
|||
|
||||
var repo = App.Setting.AddRepository(path, "");
|
||||
App.Open(repo);
|
||||
UpdateRecentOpened();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in a new issue