mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
By default the calibre system tray icon is now disabled as users on windows and OSX don't seem to be able to grasp the concept
This commit is contained in:
parent
4b9dd7e410
commit
5f77f23c61
@ -52,7 +52,7 @@ def _config():
|
|||||||
help=_('Columns to be displayed in the book list'))
|
help=_('Columns to be displayed in the book list'))
|
||||||
c.add_opt('autolaunch_server', default=False, help=_('Automatically launch content server on application startup'))
|
c.add_opt('autolaunch_server', default=False, help=_('Automatically launch content server on application startup'))
|
||||||
c.add_opt('oldest_news', default=60, help=_('Oldest news kept in database'))
|
c.add_opt('oldest_news', default=60, help=_('Oldest news kept in database'))
|
||||||
c.add_opt('systray_icon', default=True, help=_('Show system tray icon'))
|
c.add_opt('systray_icon', default=False, help=_('Show system tray icon'))
|
||||||
c.add_opt('upload_news_to_device', default=True,
|
c.add_opt('upload_news_to_device', default=True,
|
||||||
help=_('Upload downloaded news to device'))
|
help=_('Upload downloaded news to device'))
|
||||||
c.add_opt('delete_news_from_library_on_upload', default=False,
|
c.add_opt('delete_news_from_library_on_upload', default=False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user