logout confirm

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-07-15 07:21:54 +08:00
parent 314d7f4387
commit ebd8903c9b
39 changed files with 58 additions and 4 deletions

View File

@@ -71,5 +71,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("resolution_custom_tip", "Custom resolution"),
("accept_and_elevate_btn_tooltip", "Accept the connection and elevate UAC permissions."),
("clipboard_wait_response_timeout_tip", "Timed out waiting for copy response."),
("logout_tip", "Are you sure you want to log out ?")
].iter().cloned().collect();
}