mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-01 17:24:59 +00:00
optimize<Popup>: remove popup from welcome page
This commit is contained in:
parent
b1102ac035
commit
8520786b7e
13 changed files with 443 additions and 368 deletions
|
@ -12,6 +12,7 @@ namespace SourceGit.Views.Controls {
|
|||
void Show(PopupWidget widget);
|
||||
void ShowAndStart(PopupWidget widget);
|
||||
void UpdateProgress(string message);
|
||||
void ClosePopups(bool unlock);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
@ -45,7 +46,7 @@ namespace SourceGit.Views.Controls {
|
|||
/// </summary>
|
||||
/// <param name="id">容器ID</param>
|
||||
public static void SetCurrentContainer(string id) {
|
||||
currentContainer = id;
|
||||
if (containers.ContainsKey(id)) currentContainer = id;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue