Extract cloud browser loading placeholder helper

This commit is contained in:
2026-06-15 20:37:28 +02:00
parent 217702b6be
commit e9db32f274
5 changed files with 64 additions and 9 deletions

View File

@@ -45,4 +45,5 @@ public:
virtual void loaded() override;
virtual void removed(Node* parent) override;
void load_thumbs_thread();
NodeText* create_loading_status_text();
};