mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
Fix linux compile
This commit is contained in:
parent
11b51f6173
commit
b90c7ffcac
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ mod impl_ {
|
|||
#[cfg(target_os = "linux")]
|
||||
{
|
||||
use tao::platform::unix::WindowExtUnix;
|
||||
menu.init_for_gtk_window(window, window.default_vbox())
|
||||
menu.init_for_gtk_window(window.gtk_window(), window.default_vbox())
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue