mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Revert "Merge branch 'v3-alpha-linux-systray' into v3-alpha"
This reverts commit92b26488da, reversing changes made to1c48d567e1.
This commit is contained in:
@@ -8,14 +8,6 @@ type linuxMenu struct {
|
||||
}
|
||||
|
||||
func newMenuImpl(menu *Menu) *linuxMenu {
|
||||
result := &linuxMenu{
|
||||
menu: menu,
|
||||
native: menuNew(),
|
||||
}
|
||||
return result
|
||||
}
|
||||
|
||||
func newMenuBarImpl(menu *Menu) *linuxMenu {
|
||||
result := &linuxMenu{
|
||||
menu: menu,
|
||||
native: menuBarNew(),
|
||||
|
||||
Reference in New Issue
Block a user