Fix author names not showing up in the AssetLib

This commit is contained in:
Michael Alexsander 2025-10-30 13:21:45 -03:00
parent 07f4c06601
commit 0129ffd466
No known key found for this signature in database
GPG key ID: A9C91EE110F4EABA
4 changed files with 72 additions and 3 deletions

View file

@ -108,6 +108,7 @@ public:
UnderlineMode get_underline_mode() const;
Ref<Font> get_button_font() const;
int get_button_font_size() const;
LinkButton(const String &p_text = String());
};