| Index: chrome/content/ui/settings.xul |
| =================================================================== |
| --- a/chrome/content/ui/settings.xul |
| +++ b/chrome/content/ui/settings.xul |
| @@ -27,12 +27,11 @@ |
| <setting type="control"> |
| <button id="adblockplus-filters" label="&filters.label;…"/> |
| </setting> |
| <setting pref="extensions.adblockplus.enabled" type="bool" inverted="true" title="&disable.label;"/> |
| <setting pref="extensions.adblockplus.frameobjects" type="bool" title="&objecttabs.label;"/> |
| <setting pref="extensions.adblockplus.fastcollapse" type="bool" inverted="true" title="&hideplaceholders.label;"/> |
| <setting id="adblockplus-savestats" type="bool" title="&counthits.label;"/> |
| <setting id="adblockplus-sync" type="bool" title="&sync.label;"/> |
| - <setting id="adblockplus-showinaddonbar" type="bool" title="&showinaddonbar.label;"/> |
|
tschuster
2014/05/15 20:12:30
I wonder if we should keep this for all the people
Wladimir Palant
2014/07/11 07:15:54
I don't think we can support the various customiza
|
| <setting id="adblockplus-showintoolbar" type="bool" title="&showintoolbar.label;"/> |
| <setting id="adblockplus-showinstatusbar" pref="extensions.adblockplus.showinstatusbar" type="bool" title="&showinstatusbar.label;"/> |
|
tschuster
2014/05/15 20:12:30
Aside: Isn't the statusbar long gone?
Wladimir Palant
2014/07/11 07:15:54
In Firefox - yes. This option is only being shown
|
| </window> |