mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Null Left/RightWindowCommands (#8028)
This commit is contained in:
@@ -166,12 +166,17 @@ namespace FancyZonesEditor
|
||||
}
|
||||
|
||||
window.Owner = EditorOverlay.Current;
|
||||
|
||||
window.DataContext = model;
|
||||
window.Show();
|
||||
|
||||
if (isGrid)
|
||||
{
|
||||
(window as GridEditorWindow).NameTextBox().Focus();
|
||||
}
|
||||
|
||||
window.LeftWindowCommands = null;
|
||||
window.RightWindowCommands = null;
|
||||
}
|
||||
|
||||
private void Apply_Click(object sender, RoutedEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user