feat: also use reliable storage for plugin configs

This commit is contained in:
goat 2023-09-27 22:33:58 +02:00
parent 125034155b
commit 1d8b579b04
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
5 changed files with 94 additions and 62 deletions

View file

@ -370,7 +370,7 @@ public sealed class DalamudPluginInterface : IDisposable
}
// this shouldn't be a thing, I think, but just in case
return this.configs.Load(this.plugin.InternalName);
return this.configs.Load(this.plugin.InternalName, this.plugin.Manifest.WorkingPluginId);
}
/// <summary>