mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 05:05:00 +00:00
style<Launcher>: move hotkeys to about dialog
This commit is contained in:
parent
287e3b3bc8
commit
a7a1817ad2
8 changed files with 68 additions and 141 deletions
|
@ -78,11 +78,6 @@ namespace SourceGit.Views {
|
|||
dialog.ShowDialog();
|
||||
}
|
||||
|
||||
private void OpenHotkeys(object sender, RoutedEventArgs e) {
|
||||
var dialog = new Hotkeys() { Owner = this };
|
||||
dialog.ShowDialog();
|
||||
}
|
||||
|
||||
private void OpenAbout(object sender, RoutedEventArgs e) {
|
||||
var dialog = new About() { Owner = this };
|
||||
dialog.ShowDialog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue