mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 05:05:00 +00:00
style<UpdateAvailable>: show update available window as dialog and centered in Launcher
This commit is contained in:
parent
f8561bb9da
commit
7e01792a37
2 changed files with 3 additions and 2 deletions
|
@ -103,7 +103,7 @@ namespace SourceGit.UI {
|
|||
Dispatcher.Invoke(() => {
|
||||
var dialog = new UpdateAvailable(ver);
|
||||
dialog.Owner = this;
|
||||
dialog.Show();
|
||||
dialog.ShowDialog();
|
||||
});
|
||||
}
|
||||
} catch {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue