mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
parent
e7fb9a324c
commit
cedfefb1a2
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ fn process_window(
|
|||
|
||||
if let Some(item_tree_root) = item_tree_root {
|
||||
arguments.push(item_tree_root.into());
|
||||
arguments.push(Expression::BoolLiteral(!no_native_menu));
|
||||
arguments.push(Expression::BoolLiteral(no_native_menu));
|
||||
}
|
||||
let setup_menubar = Expression::FunctionCall {
|
||||
function: BuiltinFunction::SetupNativeMenuBar.into(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue