Set default emulation to Desktop

This commit is contained in:
2025-12-28 00:46:08 +11:00
parent 7206412704
commit ae862f0f84
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
// ============================================================================
// State & Config
// ============================================================================
let currentDevice = 'mobile';
let currentDevice = 'desktop';
// ============================================================================
// UI Functions