File: 01_disable-update-check.patch

package info (click to toggle)
displaycal-py3 3.9.17-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 29,124 kB
  • sloc: python: 115,810; javascript: 11,545; xml: 598; sh: 257; makefile: 173
file content (11 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/DisplayCAL/config.py
+++ b/DisplayCAL/config.py
@@ -1563,7 +1563,7 @@ defaults = {
     "untethered.max_delta.chroma": 0.5,
     "untethered.min_delta": 1.5,
     "untethered.min_delta.lightness": 1.0,
-    "update_check": 1,
+    "update_check": 0,
     "use_fancy_progress": 1,
     "use_separate_lut_access": 0,
     "vrml.compress": 1,