Replies: 1 comment 4 replies
-
Can you share the plugin you're working on? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I started using SwiftBar - which like a lot!!! - and configured in the preferences dialog of SwiftBar that my plugin does not show the About menu item.
After that I realized that I could also use the meta information in my ruby plugins code, using:
# <swiftbar.hideAbout>true</swiftbar.hideAbout>
But it looks like that it does not work. Even when changing to
false
, the about menu item is still not shown. Looks like the settings from the plugin specific preferences overwrite the settings coming from the plugin file.Beta Was this translation helpful? Give feedback.
All reactions