mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
feat: display plugin settings in interface
This commit is contained in:
@@ -74,6 +74,7 @@ class StorageManager {
|
||||
}
|
||||
|
||||
private async saveToStorage(): Promise<void> {
|
||||
// @ts-expect-error
|
||||
await browser.storage.local.set(this.data);
|
||||
this.notifySubscribers();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user