fix id input focus problem

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2022-10-16 12:32:52 +08:00
parent 52a21234d4
commit cba450b32f
27 changed files with 43 additions and 10 deletions

View File

@@ -373,5 +373,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Disconnected", "Afbrudt"),
("Other", ""),
("Confirm before closing multiple tabs", ""),
("Keyboard Settings", ""),
].iter().cloned().collect();
}