summaryrefslogtreecommitdiff
path: root/audio/picard/files/patch-picard_ui_options_general.py
blob: 540a9cfa47dc5526f573f2f484e8f40da80f898a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Disable checking for updates by default.

--- picard/ui/options/general.py.orig	2023-10-12 06:54:36 UTC
+++ picard/ui/options/general.py
@@ -71,7 +71,7 @@ class GeneralOptionsPage(OptionsPage):
         TextOption('persist', 'oauth_access_token', ''),
         IntOption('persist', 'oauth_access_token_expires', 0),
         TextOption('persist', 'oauth_username', ''),
-        BoolOption('setting', 'check_for_updates', True),
+        BoolOption('setting', 'check_for_updates', False),
         IntOption('setting', 'update_check_days', 7),
         IntOption('setting', 'update_level', DEFAULT_PROGRAM_UPDATE_LEVEL),
         IntOption('persist', 'last_update_check', 0),