diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-22 17:02:50 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-22 17:02:50 -0700 |
commit | cfee19c8faad0eb5216e49f174e27aeb388e7830 (patch) | |
tree | 48b64b0fd00caafdfa02e1e4f8b45aa8a28025f2 /extension/react-app/src/redux/store.ts | |
parent | 589fd45fb13c17a1bd13d758806946b55d157a22 (diff) | |
download | sncontinue-cfee19c8faad0eb5216e49f174e27aeb388e7830.tar.gz sncontinue-cfee19c8faad0eb5216e49f174e27aeb388e7830.tar.bz2 sncontinue-cfee19c8faad0eb5216e49f174e27aeb388e7830.zip |
added continue retro button icon
Diffstat (limited to 'extension/react-app/src/redux/store.ts')
-rw-r--r-- | extension/react-app/src/redux/store.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/react-app/src/redux/store.ts b/extension/react-app/src/redux/store.ts index f9eb0517..a5eef4ba 100644 --- a/extension/react-app/src/redux/store.ts +++ b/extension/react-app/src/redux/store.ts @@ -21,6 +21,7 @@ export interface RootStore { vscMachineId: string | undefined; sessionId: string | undefined; sessionStarted: number | undefined; + vscMediaUrl: string | undefined; }; chat: { messages: ChatMessage[]; |