summaryrefslogtreecommitdiff
path: root/raphodo/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'raphodo/constants.py')
-rw-r--r--raphodo/constants.py4
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