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

@@ -343,5 +343,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Network", ""),
("Enable RDP", ""),
("Pin menubar", "Przypnij pasek menu"),
("Unpin menubar", "Odepnij pasek menu"),
].iter().cloned().collect();
}