Skip to content

Commit bf9752c

Browse files
committed
Fix android issue
1 parent fae12f6 commit bf9752c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/desktop/platform/menu.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ defmodule Desktop.Platform.Menu do
4545
end
4646

4747
defp menubar_new do
48-
Desktop.Platform.backend().new_menubar()
48+
Desktop.Platform.Window.new_menubar()
4949
end
5050
end

0 commit comments

Comments
 (0)