Working around #221 bug

This commit is contained in:
Alexander Mazanov 2021-09-11 10:09:35 -04:00
parent 0e3a0c9ef3
commit 47e9728ff5

View File

@ -622,6 +622,7 @@ extension MenubarItem {
if params.refresh {
plugin?.refresh()
updateMenu(content: plugin?.content) //dumb fix for #221, ideally come up with something better...
return true
}
return false