зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1639232 - Enable Application panel in Settings and in Menu r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D76850
This commit is contained in:
Родитель
03d2f9e610
Коммит
167b982aff
|
@ -467,10 +467,7 @@ Tools.application = {
|
||||||
label: l10n("application.label"),
|
label: l10n("application.label"),
|
||||||
panelLabel: l10n("application.panellabel"),
|
panelLabel: l10n("application.panellabel"),
|
||||||
tooltip: l10n("application.tooltip"),
|
tooltip: l10n("application.tooltip"),
|
||||||
inMenu: AppConstants.NIGHTLY_BUILD || AppConstants.MOZ_DEV_EDITION,
|
inMenu: true,
|
||||||
hiddenInOptions: !(
|
|
||||||
AppConstants.NIGHTLY_BUILD || AppConstants.MOZ_DEV_EDITION
|
|
||||||
),
|
|
||||||
|
|
||||||
isTargetSupported: function(target) {
|
isTargetSupported: function(target) {
|
||||||
return target.hasActor("manifest");
|
return target.hasActor("manifest");
|
||||||
|
|
Загрузка…
Ссылка в новой задаче