Fixed Install/Remove plugin page in UI

This commit is contained in:
2024-05-26 02:05:06 +03:00
parent 5345515512
commit d3dd29f4bf
4 changed files with 72 additions and 14 deletions

View File

@@ -23,6 +23,7 @@ public class InternalActionManager
if (loadedActions == null)
return;
foreach (var action in loadedActions)
Actions.TryAdd(action.ActionName, action);