Add NoSnapService, undo application on plugin unload

This commit is contained in:
Loporrit
2025-07-24 16:32:45 +00:00
parent c455eb0009
commit 10366695f2
5 changed files with 80 additions and 5 deletions

View File

@@ -37,7 +37,6 @@ SOFTWARE.
public class PluginWatcherService : MediatorSubscriberBase
{
private readonly ConcurrentDictionary<UserData, OptionalPluginWarning> _cachedOptionalPluginWarnings = new(UserDataComparer.Instance);
private readonly IDalamudPluginInterface _pluginInterface;
private CapturedPluginState[] _prevInstalledPluginState = [];