From 30527da10a896da9d72703df367e9c67eac80157 Mon Sep 17 00:00:00 2001 From: Ap_Tx <3045929398@qq.com> Date: Sun, 13 Sep 2026 22:16:07 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=AD=A3=E7=89=88=E7=99=BB?= =?UTF-8?q?=E9=99=86=E7=9A=84=E6=96=87=E5=AD=97=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/app/src/api/auth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app/src/api/auth.rs b/apps/app/src/api/auth.rs index f38d412..04e4276 100644 --- a/apps/app/src/api/auth.rs +++ b/apps/app/src/api/auth.rs @@ -146,7 +146,7 @@ pub async fn login( }, )?), ) - .title("Sign into Axolotl Launcher") + .title(format!("Sign into {}", theseus::brand::PRODUCT_NAME)) .always_on_top(true) .center() .initialization_script(help_bar_script)