mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 05:05:00 +00:00
feature<Hotkeys>: add dialog to show hotkeys used by this app
This commit is contained in:
parent
794394ef0c
commit
3b65e7b75b
8 changed files with 200 additions and 51 deletions
|
@ -48,6 +48,11 @@ 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