mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 00:45:35 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ def _config():
|
|||
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('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,
|
||||
help=_('Upload downloaded news to device'))
|
||||
c.add_opt('delete_news_from_library_on_upload', default=False,
|
||||
|
|
|
|||
Loading…
Reference in a new issue