Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to hide the status bar #45

Closed
ghost opened this issue Jul 6, 2014 · 3 comments
Closed

Ability to hide the status bar #45

ghost opened this issue Jul 6, 2014 · 3 comments
Assignees

Comments

@ghost
Copy link

ghost commented Jul 6, 2014

Please add the ability to permanently hide the status bar in the view menu.

@lwindolf
Copy link
Owner

lwindolf commented Jul 6, 2014

Please not that the project has a "no feature requests" policy. More details in the README.

A similar feature is available in the preferences dialog.

@whizse
Copy link

whizse commented Apr 8, 2018

Just in case anyone stumbles upon this, wants the same, and feel like writing their first plugin. This would be as easy as:

shell = GObject.property(type=Liferea.Shell)
shell.lookup("statusbar").hide()

.show() on unload. Adding an entry to the View menu is a little bit more work but still quite easy.

@lwindolf
Copy link
Owner

@whizse Thanks for the hint!

BTW the plugin tutorial has instructions on extending the menu https://lzone.de/liferea/blog/Writing+Liferea+Plugins+Tutorial+Part+3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants