diff options
author | kobewi <kobewi4e@gmail.com> | 2024-04-22 21:36:22 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2024-04-22 21:36:22 +0200 |
commit | b8ee1366bc170115e061d036d20376e6848f6905 (patch) | |
tree | 2a1a812c60cd239403327c4e94024d726b17a1d9 /editor/engine_update_label.h | |
parent | 7529c0bec597d70bc61975a82063bb5112ac8879 (diff) | |
download | redot-engine-b8ee1366bc170115e061d036d20376e6848f6905.tar.gz |
Hide update status label when no action is required
Diffstat (limited to 'editor/engine_update_label.h')
-rw-r--r-- | editor/engine_update_label.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/engine_update_label.h b/editor/engine_update_label.h index d00fe53e1e..3b852b8e53 100644 --- a/editor/engine_update_label.h +++ b/editor/engine_update_label.h @@ -76,7 +76,6 @@ private: } theme_cache; HTTPRequest *http = nullptr; - bool compact_mode = false; UpdateStatus status = UpdateStatus::NONE; bool checked_update = false; @@ -99,8 +98,6 @@ protected: virtual void pressed() override; public: - void enable_compact_mode(); - EngineUpdateLabel(); }; |