fix plugin uninstall dialog issues

This commit is contained in:
AAGaming
2024-06-27 01:43:01 -04:00
parent 107b9abb3e
commit d71fb7935b
5 changed files with 15 additions and 16 deletions

View File

@@ -21,6 +21,7 @@ const PluginUninstallModal: FC<PluginUninstallModalProps> = ({ name, title, butt
// we invalidate here so if you re-install it, you won't have an out-of-date hidden filter
await DeckyPluginLoader.frozenPluginsService.invalidate();
await DeckyPluginLoader.hiddenPluginsService.invalidate();
closeModal?.();
}}
strTitle={title}
strOKButtonText={buttonText}