pub fn spawn_version_check(tx: Sender<AppEvent>)Expand description
Spawn a background thread to check for updates. Sends an event if a newer version exists. Uses a local cache (~/.purple/last_version_check) with a 1h TTL to avoid unnecessary GitHub API calls on frequent startup. Silently does nothing on any error.