[PCCompat > Plugin] Fix this.settings.set being mapped to wrong Store func

This commit is contained in:
Ducko 2021-07-10 10:53:25 +01:00 committed by Alyxia Sother
parent b7d71ef88c
commit c4026d1355
No known key found for this signature in database
GPG key ID: 355968D14144B739

View file

@ -43,7 +43,7 @@ export class Plugin {
return { // Basic wrapper with renamed functions
get: store.getSetting,
set: store.setSetting,
set: store.updateSetting,
delete: store.deleteSetting,
getKeys: store.getKeys,