diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2022-10-22 18:36:49 -0700 |
|---|---|---|
| committer | TrainDoctor <traindoctor@protonmail.com> | 2022-10-22 18:36:49 -0700 |
| commit | af51a29055ca222b8324f80c84c19654eded11a4 (patch) | |
| tree | fefc5026f7c2b250f51e56681477966112990b98 /frontend/src | |
| parent | c546a818f116d3344da1a9c866555036fcb9a7cc (diff) | |
| download | decky-loader-af51a29055ca222b8324f80c84c19654eded11a4.tar.gz decky-loader-af51a29055ca222b8324f80c84c19654eded11a4.zip | |
Added unload hook for plugins.
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 6eba807f..10c35406 100644 --- a/frontend/src/store.tsx +++ b/frontend/src/store.tsx @@ -14,6 +14,7 @@ export interface StorePlugin { author: string; description: string; tags: string[]; + image_url: string; } export interface LegacyStorePlugin { |
