diff options
| author | Antoine Beaupré <anarcat@debian.org> | 2018-03-14 12:25:11 -0400 |
|---|---|---|
| committer | Antoine Beaupré <anarcat@debian.org> | 2018-03-14 12:25:11 -0400 |
| commit | 19c038a39f39ca58ec9eda218f412856fa149fb4 (patch) | |
| tree | 16bee584700903300b29518d9a7f0c6c3c916b50 /raphodo/constants.py | |
| parent | d1098f6cc37c5b7b98a28470781f3c4dd5d046d5 (diff) | |
| parent | 0a297829eaf3912c939e1b43a3ef6ddeb7607b38 (diff) | |
Merge tag 'upstream/0.9.9'
Upstream version 0.9.9
Diffstat (limited to 'raphodo/constants.py')
| -rw-r--r-- | raphodo/constants.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/raphodo/constants.py b/raphodo/constants.py index f2d39d4..8406456 100644 --- a/raphodo/constants.py +++ b/raphodo/constants.py @@ -29,6 +29,10 @@ logfile_name = 'rapid-photo-downloader.log' remote_versions_file = 'https://www.damonlynch.net/rapid/version.json' +# If set to True, the ability to check for a new version will be removed +# from the user interface and disabled in program logic. +disable_version_check = False + class CheckNewVersionDialogResult(IntEnum): download = 1 |
