fix(desktop): 显示完整菜单栏并启用快捷键

This commit is contained in:
2026-09-07 19:55:38 +08:00
parent a189b89942
commit 1399b54780
9 changed files with 127 additions and 53 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ fn main() {
"editor.import-note-properties",
"导入为笔记属性…",
false,
None::<&str>,
Some("CmdOrCtrl+Alt+P"),
)?;
let paragraph = Submenu::with_items(app, "段落", true, &[&import])?;
app.manage(import);