[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
1 changed files with 1 additions and 1 deletions

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,