mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-23 23:20:05 +01:00
[Projects] Editor: brining the highlighted app's icon into the foreground. + minor UI fixes
This commit is contained in:
@@ -30,6 +30,7 @@ namespace ProjectsEditor
|
||||
|
||||
private void EditButtonClicked(object sender, RoutedEventArgs e)
|
||||
{
|
||||
_mainViewModel.CloseAllPopups();
|
||||
Button button = sender as Button;
|
||||
Project selectedProject = button.DataContext as Project;
|
||||
_mainViewModel.EditProject(selectedProject);
|
||||
|
||||
Reference in New Issue
Block a user