[Projects] Editor: brining the highlighted app's icon into the foreground. + minor UI fixes

This commit is contained in:
donlaci
2024-06-19 11:02:41 +02:00
parent f7cab16fb6
commit 0efe6c91e8
4 changed files with 22 additions and 11 deletions

View File

@@ -314,5 +314,13 @@ namespace ProjectsEditor.ViewModels
{
GC.SuppressFinalize(this);
}
internal void CloseAllPopups()
{
foreach (Project project in Projects)
{
project.IsPopupVisible = false;
}
}
}
}