From 9def078424d2c9661b037b2c54cd9d970f8fc49f Mon Sep 17 00:00:00 2001 From: fufesou Date: Mon, 3 Apr 2023 14:46:28 +0800 Subject: [PATCH] remove unused tips Signed-off-by: fufesou --- src/client.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/client.rs b/src/client.rs index 3bd00db47..0cc20e1e2 100644 --- a/src/client.rs +++ b/src/client.rs @@ -1932,8 +1932,8 @@ lazy_static::lazy_static! { try_again: true, }), (crate::server::LOGIN_MSG_DESKTOP_XSESSION_FAILED, LoginErrorMsgBox{ msgtype: "session-re-login", - title: "xsession_failed_title_tip", - text: "xsession_failed_text_tip", + title: "", + text: "", link: "", try_again: true, }), (crate::server::LOGIN_MSG_DESKTOP_SESSION_ANOTHER_USER, LoginErrorMsgBox{ @@ -1956,14 +1956,14 @@ lazy_static::lazy_static! { try_again: true, }), (crate::server::LOGIN_MSG_DESKTOP_SESSION_NOT_READY_PASSWORD_EMPTY, LoginErrorMsgBox{ msgtype: "session-login-password", - title: "session_not_ready_no_password_title_tip", - text: "session_not_ready_no_password_text_tip", + title: "", + text: "", link: "", try_again: true, }), (crate::server::LOGIN_MSG_DESKTOP_SESSION_NOT_READY_PASSWORD_WRONG, LoginErrorMsgBox{ msgtype: "session-login-re-password", - title: "session_not_ready_wrong_password_title_tip", - text: "session_not_ready_wrong_password_text_tip", + title: "", + text: "", link: "", try_again: true, }), (crate::server::LOGIN_MSG_NO_PASSWORD_ACCESS, LoginErrorMsgBox{