Allow open settings from main window context menu, fix #519

This commit is contained in:
stafford
2016-03-11 15:23:46 +11:00
committed by bao-qian
parent f36cc56c81
commit e37332a5d2
3 changed files with 16 additions and 2 deletions

View File

@@ -366,5 +366,10 @@ namespace Wox
{
e.Handled = true;
}
private void OnContextMenusForSettingsClick(object sender, RoutedEventArgs e)
{
App.API.OpenSettingDialog();
}
}
}