summaryrefslogtreecommitdiff
path: root/src/components/ConfigurationSection.tsx
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-08-18 12:55:03 -0400
committerGitHub <noreply@github.com>2025-08-18 12:55:03 -0400
commitab89907bc2ac11fc9760297a0ae0720b7cb3469a (patch)
tree91c2f9498c94411891f24bb1b934de0b1984be0d /src/components/ConfigurationSection.tsx
parent3d75e193791c18b1a0bcde5c8e80bdc24492c031 (diff)
parent687d017c02d5a7dc37fde941c583ff74d8dd6363 (diff)
downloaddecky-lsfg-vk-ab89907bc2ac11fc9760297a0ae0720b7cb3469a.tar.gz
decky-lsfg-vk-ab89907bc2ac11fc9760297a0ae0720b7cb3469a.zip
Merge pull request #145 from xXJSONDeruloXx/feat/detect-running-gamev0.10.4
lock profile selection if game is running
Diffstat (limited to 'src/components/ConfigurationSection.tsx')
-rw-r--r--src/components/ConfigurationSection.tsx16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx
index 92d1867..c14a2fd 100644
--- a/src/components/ConfigurationSection.tsx
+++ b/src/components/ConfigurationSection.tsx
@@ -52,22 +52,6 @@ export function ConfigurationSection({
`}
</style>
- <PanelSectionRow>
- <div
- style={{
- fontSize: "14px",
- fontWeight: "bold",
- marginTop: "16px",
- marginBottom: "16px",
- borderBottom: "1px solid rgba(255, 255, 255, 0.2)",
- paddingBottom: "4px",
- color: "white"
- }}
- >
- LSFG Configuration
- </div>
- </PanelSectionRow>
-
{/* FPS Multiplier */}
<FpsMultiplierControl config={config} onConfigChange={onConfigChange} />