copy id/password on double tap, some menu divider

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2022-08-03 09:08:10 +08:00
parent 043a3e5f34
commit 2a2017df67
19 changed files with 51 additions and 23 deletions

View File

@@ -300,5 +300,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Activate onetime password", "Aktywuj hasło jednorazowe"),
("Set security password", "Ustaw hasło zabezpieczające"),
("Connection not allowed", "Połączenie niedozwolone"),
("Copied", ""),
].iter().cloned().collect();
}