flutter_desktop: pin menubar, rotate icon

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-09-13 07:24:06 -07:00
parent a075385a11
commit 27e0bdca97
23 changed files with 40 additions and 11 deletions

View File

@@ -358,5 +358,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Network", ""),
("Enable RDP", ""),
("Pin menubar", "Menü çubuğunu sabitle"),
("Unpin menubar", "Menü çubuğunun sabitlemesini kaldır"),
].iter().cloned().collect();
}