summaryrefslogtreecommitdiff
path: root/frontend/src/store.tsx
diff options
context:
space:
mode:
authorTrainDoctor <traindoctor@protonmail.com>2022-10-22 18:36:49 -0700
committerTrainDoctor <traindoctor@protonmail.com>2022-10-22 18:36:49 -0700
commitaf51a29055ca222b8324f80c84c19654eded11a4 (patch)
treefefc5026f7c2b250f51e56681477966112990b98 /frontend/src/store.tsx
parentc546a818f116d3344da1a9c866555036fcb9a7cc (diff)
downloaddecky-loader-af51a29055ca222b8324f80c84c19654eded11a4.tar.gz
decky-loader-af51a29055ca222b8324f80c84c19654eded11a4.zip
Added unload hook for plugins.
Diffstat (limited to 'frontend/src/store.tsx')
-rw-r--r--frontend/src/store.tsx1
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 {