You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The plugin adds a button in the statusbar which I never use and has been broken forever anyways as described here: #129
Describe the solution you'd like
Have a settings in the plugin settings page to toggle it on/off.
Describe alternatives you've considered
I currently use CSS to hide it: .plugin-editing-toolbar { display: none }
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The plugin adds a button in the statusbar which I never use and has been broken forever anyways as described here: #129
Describe the solution you'd like
Have a settings in the plugin settings page to toggle it on/off.
Describe alternatives you've considered
I currently use CSS to hide it:
.plugin-editing-toolbar { display: none }
The text was updated successfully, but these errors were encountered: