diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2022-10-29 15:03:12 -0700 |
|---|---|---|
| committer | TrainDoctor <traindoctor@protonmail.com> | 2022-10-29 15:03:21 -0700 |
| commit | 4d30339c34782a6e3d313804fa393c95ad38c4b2 (patch) | |
| tree | cdeb7463f3237f2dd998d51f2fa5b39f67ded196 /frontend/src/updater.ts | |
| parent | 5996a3f88be51e5ac59256b2d078fa6172639fb4 (diff) | |
| download | decky-loader-4d30339c34782a6e3d313804fa393c95ad38c4b2.tar.gz decky-loader-4d30339c34782a6e3d313804fa393c95ad38c4b2.zip | |
Add StoreSelect component
Diffstat (limited to 'frontend/src/updater.ts')
| -rw-r--r-- | frontend/src/updater.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/updater.ts b/frontend/src/updater.ts index 2c0b66fe..16955104 100644 --- a/frontend/src/updater.ts +++ b/frontend/src/updater.ts @@ -1,7 +1,7 @@ export enum Branches { Release, Prerelease, - Nightly, + Testing, } export interface DeckyUpdater { |
