diff options
author | Thomas Amland <thomas.amland@gmail.com> | 2017-02-19 11:49:45 +0100 |
---|---|---|
committer | Thomas Amland <thomas.amland@gmail.com> | 2017-02-19 11:55:19 +0100 |
commit | ed40823781543f163fb713573ab90a8acd134028 (patch) | |
tree | 293be544727a2df2f3e15918cd53f2f19126cb8f /system | |
parent | c326032bbecf947297d3a263bb3313cf377e767a (diff) |
[addons] fix notification setting (should not hide feedback on manual install) and set it to off by default
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index 79dd09805a..f07a0ff064 100644 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -2925,7 +2925,7 @@ </setting> <setting id="general.addonnotifications" type="boolean" label="36609" help="36612"> <level>0</level> - <default>true</default> + <default>false</default> <control type="toggle" /> <dependencies> <dependency type="enable" setting="general.addonupdates">0</dependency> |