diff options
Diffstat (limited to 'src/background/controllers/SettingController.ts')
-rw-r--r-- | src/background/controllers/SettingController.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/background/controllers/SettingController.ts b/src/background/controllers/SettingController.ts index 8d05852..26edc07 100644 --- a/src/background/controllers/SettingController.ts +++ b/src/background/controllers/SettingController.ts @@ -12,7 +12,7 @@ export default class SettingController { } getSetting(): Promise<Settings> { - return this.settingUseCase.get(); + return this.settingUseCase.getCached(); } async reload(): Promise<any> { |