fix:正版登陆的文字显示问题

This commit is contained in:
2026-09-13 22:16:07 +08:00
parent fa96226beb
commit 30527da10a

View File

@ -146,7 +146,7 @@ pub async fn login<R: Runtime>(
},
)?),
)
.title("Sign into Axolotl Launcher")
.title(format!("Sign into {}", theseus::brand::PRODUCT_NAME))
.always_on_top(true)
.center()
.initialization_script(help_bar_script)