mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 13:14:59 +00:00
feature<Launcher>: finish restore opened tabs
This commit is contained in:
parent
d895beb3f4
commit
49154afe48
3 changed files with 45 additions and 1 deletions
|
@ -43,7 +43,9 @@ namespace SourceGit.Views {
|
|||
}
|
||||
|
||||
protected override void OnClosing(WindowClosingEventArgs e) {
|
||||
ViewModels.Preference.Save();
|
||||
var vm = DataContext as ViewModels.Launcher;
|
||||
vm.Quit();
|
||||
|
||||
base.OnClosing(e);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue