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:
Kovid Goyal 2009-12-16 11:42:01 -07:00
parent 4b9dd7e410
commit 5f77f23c61

View File

@ -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,