diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-11-03 14:01:52 -0500 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-11-09 05:52:04 -0500 |
commit | 1a324d68411d366bf60fe7f8004e1230945959bc (patch) | |
tree | 65f34bb30a384df03845ef7174bd89474b923fd8 /editor/engine_update_label.h | |
parent | f3096f2bdda12854e864c611930fed7c4d65087b (diff) | |
download | redot-engine-1a324d68411d366bf60fe7f8004e1230945959bc.tar.gz |
Replace `versions.json` check with Github release check
Diffstat (limited to 'editor/engine_update_label.h')
-rw-r--r-- | editor/engine_update_label.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/engine_update_label.h b/editor/engine_update_label.h index fb88b077f7..caa79ac335 100644 --- a/editor/engine_update_label.h +++ b/editor/engine_update_label.h @@ -81,6 +81,8 @@ private: UpdateStatus status = UpdateStatus::NONE; bool checked_update = false; String available_newer_version; + uint64_t ratelimit_reset = UINT64_MAX; + uint64_t ratelimit_remaining = UINT64_MAX; bool _can_check_updates() const; void _check_update(); |