diff --git a/client/src/pages/os.tsx b/client/src/pages/os.tsx index 917baf2..8e22018 100644 --- a/client/src/pages/os.tsx +++ b/client/src/pages/os.tsx @@ -927,6 +927,12 @@ export default function AeThexOS() { setTimeout(() => setShowDailyTip(true), 1000); }; + const handleBootKeyPress = (e: React.KeyboardEvent) => { + if (e.key === 'Enter' && showLoginPrompt) { + handleGuestContinue(); + } + }; + const handleLoginFromBoot = () => { setShowLoginPrompt(false); setIsBooting(false); @@ -974,7 +980,11 @@ export default function AeThexOS() { }; return ( -
+
{/* Animated background grid */}
+
{/* Scan lines overlay */}