mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
feature(*): supports multi-repo editing
This commit is contained in:
parent
3c80f2700c
commit
81a3cb9566
41 changed files with 666 additions and 450 deletions
|
@ -36,6 +36,14 @@ namespace SourceGit {
|
|||
set;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get main window.
|
||||
/// </summary>
|
||||
public static UI.Launcher Launcher {
|
||||
get;
|
||||
private set;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Raise error message.
|
||||
/// </summary>
|
||||
|
@ -92,8 +100,8 @@ namespace SourceGit {
|
|||
}
|
||||
|
||||
// Show main window
|
||||
var launcher = new UI.Launcher();
|
||||
launcher.Show();
|
||||
Launcher = new UI.Launcher();
|
||||
Launcher.Show();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue