Revert "Merge branch 'v3-alpha-linux-systray' into v3-alpha"

This reverts commit 92b26488da, reversing
changes made to 1c48d567e1.
This commit is contained in:
Travis McLane
2023-10-05 08:34:12 -05:00
parent d8e27aa5f9
commit dbcf65b2d6
6 changed files with 34 additions and 111 deletions
-1
View File
@@ -79,7 +79,6 @@ func (m *linuxApp) getApplicationMenu() pointer {
menu := globalApplication.ApplicationMenu
if menu != nil {
menu.impl = newMenuBarImpl(menu)
InvokeSync(func() {
menu.Update()
})