WeatherDesk v1.3.1
Fixes
The app no longer hangs on startup on lower-powered Linux machines. The Desk's inline radar
panel loaded its viewer (megabytes of wasm) immediately at boot. On Linux the webview runs the
whole app in a single WebKit process, so that load starved the UI — the window appeared, but
nothing responded, including the Settings drawer where you type your Tempest token.
The radar now waits until the panel is actually on screen and the app is idle, and never loads
while the setup drawer is open.
New setting: Settings → "Radar panel on the Desk". Turn the inline viewer off entirely;
switching it off hides the panel and drops the document, so nothing keeps running behind it.
Fresh installs start with it off — turn it on once the app is set up. Existing installs keep
the radar they already had.
The full-screen Radar tab is unaffected either way.