flutter_desktop: show/hide menubar tooltip

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-08-28 21:55:16 +08:00
parent ea77d9284b
commit 55ba191ad9
23 changed files with 105 additions and 59 deletions

View File

@@ -310,5 +310,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Ratio", "Rapporto"),
("Image Quality", "Qualità dell'immagine"),
("Scroll Style", "Stile di scorrimento"),
("Show Menubar", "Mostra la barra dei menu"),
("Hide Menubar", "nascondi la barra dei menu"),
].iter().cloned().collect();
}