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 12:33:48 +0100 |
commit | 1e91647aaf1fe523e047d69f329fc93c50f3f817 (patch) | |
tree | 5ba4ff004b1d01ec9d51f1e5c92a8eb6f141e1e0 /system | |
parent | c9abe59cbb636342c05c626a6d5ccee17890f4ef (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 496f30b95d..6a619aef67 100644 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -2780,7 +2780,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> |