mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Allow open settings from main window context menu, fix #519
This commit is contained in:
@@ -366,5 +366,10 @@ namespace Wox
|
||||
{
|
||||
e.Handled = true;
|
||||
}
|
||||
|
||||
private void OnContextMenusForSettingsClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
App.API.OpenSettingDialog();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user