summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorTrainDoctor <traindoctor@protonmail.com>2022-08-24 21:18:38 -0700
committerTrainDoctor <traindoctor@protonmail.com>2022-08-24 21:18:38 -0700
commiteffc4ab0f56119041ac6efecdbf0a782714ec783 (patch)
tree9f5e20646c5e7b2ce318815c3b7ba20b88c94d6e /frontend
parent79db0c779d6942c6bdc6823a5faef57b5307f7b3 (diff)
downloaddecky-loader-effc4ab0f56119041ac6efecdbf0a782714ec783.tar.gz
decky-loader-effc4ab0f56119041ac6efecdbf0a782714ec783.zip
Hide branch select until it's workingv2.0.5-pre17
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/components/settings/pages/general/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/settings/pages/general/index.tsx b/frontend/src/components/settings/pages/general/index.tsx
index a37d8dab..c5f9b9dc 100644
--- a/frontend/src/components/settings/pages/general/index.tsx
+++ b/frontend/src/components/settings/pages/general/index.tsx
@@ -3,7 +3,7 @@ import { useState } from 'react';
import { FaShapes } from 'react-icons/fa';
import { installFromURL } from '../../../../store';
-import BranchSelect from './BranchSelect';
+// import BranchSelect from './BranchSelect';
import RemoteDebuggingSettings from './RemoteDebugging';
import UpdaterSettings from './Updater';
@@ -22,7 +22,7 @@ export default function GeneralSettings() {
/>
</Field> */}
<UpdaterSettings />
- <BranchSelect />
+ {/* <BranchSelect /> */}
<RemoteDebuggingSettings />
<Field
label="Manual plugin install"