update
Some checks failed
Build Flumi / Build Flumi (Linux, 4.4.1, ubuntu-latest, linux) (push) Failing after 1m30s
Build Flumi / Build Flumi (Windows Desktop, 4.4.1, windows-latest, windows) (push) Has been cancelled

This commit is contained in:
2025-11-06 15:39:58 +08:00
parent acfc3b44dd
commit 4e9eafcec5
174 changed files with 1200 additions and 263 deletions

View File

@@ -212,7 +212,7 @@ func play_appear_animation(target_width: float) -> void:
var should_hide_text = target_width < TEXT_HIDE_THRESHOLD
close_button.visible = not should_hide_close
button.text = "" if should_hide_text else button.get_meta("original_text", "New Tab")
button.text = "" if should_hide_text else button.get_meta("original_text", "新标签页")
var should_show_gradient = not should_hide_text and not should_hide_close
gradient_texture.visible = should_show_gradient