right menu to show/hide peer card

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2022-12-04 15:15:48 +08:00
parent fb0c75f188
commit be74f90334
31 changed files with 198 additions and 101 deletions

View File

@@ -398,5 +398,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Hide connection management window", ""),
("hide_cm_tip", ""),
("wayland_experiment_tip", ""),
("Right click to select tabs", ""),
].iter().cloned().collect();
}