Add update notice and require release build secrets
All checks were successful
Release App / release-app (push) Successful in 58s

This commit is contained in:
2026-04-24 14:55:36 +03:00
parent 94fc240086
commit 5a5677a994
8 changed files with 153 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ std::string format_download_progress(std::int64_t downloaded_size, std::int64_t
} // namespace
bool App::process_updates() {
bool changed = false;
bool changed = refresh_update_check_result();
while (true) {
auto update = td_.receive(0.0);
if (!update.has_value()) {