Added basic central popup service and way to highlight settings.

This commit is contained in:
Simon Lübeß
2025-07-08 19:35:40 +02:00
parent 081f7b4a7e
commit ecfe838ad4
7 changed files with 246 additions and 79 deletions
@@ -1199,7 +1199,7 @@ namespace GlitchyEditor.EditWindows
}
}
/// Shows the context menu for the given file/folder.
/// Shows the context menu for the selected files and directories.
private void ShowItemContextMenu()
{
bool singleEntry = _selectedFiles.Count == 1;