forked from AxTps/Starlight_Lancher
fix:正版登陆的文字显示问题
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user