aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorJonathan Marshall <jmarshall@xbmc.org>2014-02-28 09:43:01 +1300
committerJonathan Marshall <jmarshall@xbmc.org>2014-05-25 13:51:34 +1200
commit13c622303a1a6ebd14b9462b3295d2cc2b406e58 (patch)
treea83758f039cb60bc85e72eb1cd623f3df88c89ff /system
parent58f2f96dfe03572b1986624b6367f3ec1842ce80 (diff)
[addons] adds 'never' as an option for the addon update setting
Diffstat (limited to 'system')
-rw-r--r--system/settings/settings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml
index 86cbe1d0d3..781811cb46 100644
--- a/system/settings/settings.xml
+++ b/system/settings/settings.xml
@@ -2988,6 +2988,7 @@
<options>
<option label="12396">0</option> <!-- AUTO_UPDATES_ON -->
<option label="12397">1</option> <!-- AUTO_UPDATES_NOTIFY -->
+ <option label="12398">2</option> <!-- AUTO_UPDATES_NEVER -->
</options>
</constraints>
<control type="spinner" format="string" />