From 19e8d7701c302b0eca4c638705a6db625352caa3 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Thu, 25 Feb 2021 12:17:30 +1100 Subject: [PATCH] Don't check for updates. --- src/calibre/gui2/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/main.py b/src/calibre/gui2/main.py index 776f8bebfb..4302716d7e 100644 --- a/src/calibre/gui2/main.py +++ b/src/calibre/gui2/main.py @@ -59,8 +59,8 @@ def option_parser(): help=_('Start minimized to system tray.')) parser.add_option('-v', '--verbose', default=0, action='count', help=_('Ignored, do not use. Present only for legacy reasons')) - parser.add_option('--no-update-check', default=False, action='store_true', - help=_('Do not check for updates')) + parser.add_option('--update-check', dest='no_update_check', default=True, action='store_false', + help=_('Check for updates')) parser.add_option('--ignore-plugins', default=False, action='store_true', help=_('Ignore custom plugins, useful if you installed a plugin' ' that is preventing calibre from starting')) -- 2.30.1 its.scm'>logtreecommitdiff
path: root/gnu/packages/toolkits.scm
AgeCommit message (Expand)Author
2023-06-29gnu: imgui-1.86: Adjust make-flags....* gnu/packages/toolkits.scm (imgui-1.86)[arguments]: Remove the "-DImDrawIdx=unsigned int" make-flag which breaks the display of mangohud, the only dependent. John Kehayias
2023-06-29gnu: imgui: Use #:make-flags....* gnu/packages/toolkits.scm (imgui)[arguments]: Add #:make-flags to replace compiler arguments in the 'build phase. John Kehayias
2023-04-01gnu: imgui: Update to 1.89.4....* gnu/packages/toolkits.scm (imgui): Update to 1.89.4. Maxim Cournoyer
2023-04-01gnu: Add imgui-1.87....* gnu/packages/toolkits.scm (imgui-1.87): New variable. Maxim Cournoyer
2023-04-01gnu: imgui: Use gexp output variables....* gnu/packages/toolkits.scm (imgui) [arguments]: Use gexp variables in install phase. Maxim Cournoyer
2023-04-01gnu: imgui: Use unsigned int vertex indexes....* gnu/packages/toolkits.scm (imgui) [arguments]: Add the "-DImDrawIdx=unsigned int" compiler option to the build phase. Maxim Cournoyer