Skip to content

Commit

Permalink
Fix minimal-tao build on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte committed Feb 5, 2025
1 parent 53f5171 commit 4169290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/minimal-tao/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fn main() -> Result<(), Error> {
let file_menu = Submenu::new("File", true);
menu.append(&file_menu).unwrap();
file_menu
.append(&MenuItem::with_id("quit", "Quit", true, None))
.append(&muda::MenuItem::with_id("quit", "Quit", true, None))
.unwrap();
menu.init_for_gtk_window(window.gtk_window(), window.default_vbox())
.unwrap();
Expand Down

0 comments on commit 4169290

Please sign in to comment.