diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2022-11-08 17:05:10 -0800 |
|---|---|---|
| committer | TrainDoctor <traindoctor@protonmail.com> | 2022-11-08 17:05:10 -0800 |
| commit | 17742e947a9a0f51a040173e22878981bd622ba8 (patch) | |
| tree | 7af1ad4ce60bcaa79174f3a1a8f524aa2b74fcb8 /frontend/src | |
| parent | 898271b33d74761310a9a92a67c5929ce3264297 (diff) | |
| download | decky-loader-17742e947a9a0f51a040173e22878981bd622ba8.tar.gz decky-loader-17742e947a9a0f51a040173e22878981bd622ba8.zip | |
Fix import revertv2.4.0-pre1
Diffstat (limited to 'frontend/src')
| -rw-r--r-- | frontend/src/store.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/store.tsx b/frontend/src/store.tsx index 11c805a0..9b1c5d2e 100644 --- a/frontend/src/store.tsx +++ b/frontend/src/store.tsx @@ -1,4 +1,5 @@ import { Plugin } from './plugin'; +import { getSetting, setSetting } from './utils/settings'; export enum Store { Default, |
