mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 06:25:41 +00:00
2fae1b4c0e
Removes the #[cfg(debug_assertions)] open_devtools() block from setup(). DevTools remain available in dev builds via the standard WebKit shortcut (Ctrl+Shift+I) and right-click → Inspect, but no longer pop up automatically on every dev launch. Less visual clutter when iterating without needing the inspector. Production behaviour is unchanged — devtools stay hard-stripped from release builds via Tauri's default `windows[].devtools=false` for release. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>