From ae862f0f845a786743ac87c3174524d759d351be Mon Sep 17 00:00:00 2001 From: DeNNiiInc Date: Sun, 28 Dec 2025 00:46:08 +1100 Subject: [PATCH] Set default emulation to Desktop --- index.html | 4 ++-- main.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 9eb843d..44828be 100644 --- a/index.html +++ b/index.html @@ -53,10 +53,10 @@
-
+
📱 Mobile
-
+
💻 Desktop
diff --git a/main.js b/main.js index b40e349..643ab58 100644 --- a/main.js +++ b/main.js @@ -1,7 +1,7 @@ // ============================================================================ // State & Config // ============================================================================ -let currentDevice = 'mobile'; +let currentDevice = 'desktop'; // ============================================================================ // UI Functions