diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2022-10-30 16:37:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-30 16:37:19 -0700 |
| commit | 5e3de747d37b4b7042485a6733b2cd8a883b16ef (patch) | |
| tree | 2aec58e119ab2e34f2a4a88b4a3076db08f0e8bd /frontend/src/components | |
| parent | d389b403b521c48920d872c6ddd133b63ada2528 (diff) | |
| download | decky-loader-5e3de747d37b4b7042485a6733b2cd8a883b16ef.tar.gz decky-loader-5e3de747d37b4b7042485a6733b2cd8a883b16ef.zip | |
Systemd service updating (#240)v2.3.1-pre2
* Add services and updated installer files
* Loader updates service file during update!
* Testing update branch doesn't exist lol
* Update to dfl 3.7.12
* Fix services and add working service updater
* Revert services but replace their aliases
* Fix install scripts as well
* Move leftover service files to .systemd dir
* No wonder it's not trimming the file...
* fix whitespace
* Remove unused imports
* Remove another un-used import
Co-authored-by: AAGaming <aa@mail.catvibers.me>
Diffstat (limited to 'frontend/src/components')
| -rw-r--r-- | frontend/src/components/settings/pages/general/BranchSelect.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/settings/pages/general/BranchSelect.tsx b/frontend/src/components/settings/pages/general/BranchSelect.tsx index 5e43a13d..27db6229 100644 --- a/frontend/src/components/settings/pages/general/BranchSelect.tsx +++ b/frontend/src/components/settings/pages/general/BranchSelect.tsx @@ -10,7 +10,7 @@ const logger = new Logger('BranchSelect'); enum UpdateBranch { Stable, Prerelease, - Testing, + // Testing, } const BranchSelect: FunctionComponent<{}> = () => { |
