option collapse toolbar

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-06-11 15:28:41 +08:00
parent f72ed0d3e5
commit 844e7420de
38 changed files with 51 additions and 17 deletions

View File

@@ -508,5 +508,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("resolution_original_tip", ""),
("resolution_fit_local_tip", ""),
("resolution_custom_tip", ""),
("Collapse toolbar", ""),
].iter().cloned().collect();
}