-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
Version: 4.x
Steps to reproduce the problem:
- Install one plugin from plugins
- Uninstall installed plugin
Expected: No plugin(s) to be installed
installedPluginSystemNames.Remove(systemName); |
PluginFileParser.SaveInstalledPluginsFile(installedPluginSystemNames);
public static void SaveInstalledPluginsFile(ICollection<string> pluginSystemNames, string filePath = null) |
return without any changes