feat: add rate-limited update check with desktop notification

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Asger Geel Weirsøe
2026-05-06 09:55:11 +02:00
parent 355828d4d9
commit 468699e316
3 changed files with 105 additions and 1 deletions

View File

@@ -86,6 +86,10 @@ impl WindowHandler {
data.ready_players.push(new_player);
}
});
std::thread::spawn(|| {
ahfail_ui::update::check_for_update(ahfail_ui::VERSION);
});
});
unsafe {