Compare commits

..

2 Commits

Author SHA1 Message Date
67638df07f Merge branch 'main' of https://git.starlight.cool/aptxyyds/Starlight_Lancher
Some checks failed
Axolotl desktop CI / guardrails (push) Has been cancelled
Axolotl desktop CI / desktop (macos-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (ubuntu-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (windows-latest) (push) Has been cancelled
Axolotl desktop CI / website (push) Has been cancelled
Repository checks / typos (push) Has been cancelled
Repository checks / tombi (push) Has been cancelled
Rust checks / shear (push) Has been cancelled
Sync source to CNB / Sync Git ref (push) Has been cancelled
Sync LobeHub models / sync (push) Has been cancelled
2026-09-13 22:16:12 +08:00
30527da10a fix:正版登陆的文字显示问题 2026-09-13 22:16:07 +08:00

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)