Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
Sahil Yeole
2023-09-14 23:57:17 +05:30
parent 31101221e0
commit 52ec2c2538
35 changed files with 35 additions and 0 deletions

View File

@@ -554,5 +554,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Timeout in minutes", ""),
("auto_disconnect_option_tip", ""),
("Connection failed due to inactivity", ""),
("Check for software update on startup", ""),
].iter().cloned().collect();
}