From f454f9c6ff6ad7556a3e8d8f003b312a6ffdb27a Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 20 Oct 2025 14:44:37 -0400 Subject: add consistent headders and bump ver, recipe for tmp storage purge --- src/components/Content.tsx | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/components/Content.tsx b/src/components/Content.tsx index 24dcb5f..28eefa7 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -102,10 +102,28 @@ export function Content() { {/* FPS multiplier controls stay above profile selection when installed */} {isInstalled && ( - + <> + +
+ FPS Multiplier +
+
+ + + )} {/* Profile Management - only show if installed */} -- cgit v1.2.3