1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

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
4 changed files with 72 additions and 3 deletions

View File

@@ -154,6 +154,10 @@ Ref<Font> LinkButton::get_button_font() const {
return theme_cache.font;
}
int LinkButton::get_button_font_size() const {
return theme_cache.font_size;
}
void LinkButton::pressed() {
if (uri.is_empty()) {
return;