mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -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, "");
|
var repo = App.Setting.AddRepository(path, "");
|
||||||
App.Open(repo);
|
App.Open(repo);
|
||||||
|
UpdateRecentOpened();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in a new issue