mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 19:55:00 +00:00
Missed condition
This commit is contained in:
parent
71ad25feba
commit
f821a58dab
1 changed files with 3 additions and 0 deletions
|
@ -116,6 +116,9 @@ namespace SourceGit
|
||||||
else
|
else
|
||||||
window.Show(owner);
|
window.Show(owner);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
window.Show();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue