Loading browser/components/preferences/config/downloads.mjs +24 −0 Original line number Diff line number Diff line Loading @@ -372,6 +372,10 @@ Preferences.addSetting({ id: "applicationsGroup", }); Preferences.addSetting({ id: "downloadsTorWarningBanner", }); Preferences.addSetting({ id: "applicationsFilter", get(val) { Loading Loading @@ -1846,6 +1850,26 @@ SettingGroupManager.registerGroups({ headingLevel: 2, inProgress: true, items: [ { id: "downloadsTorWarningBanner", l10nId: "downloads-tor-warning-message-bar", control: "moz-message-bar", controlAttrs: { role: "complementary", type: "warning", }, options: [ { l10nId: "downloads-tor-warning-tails-link", slot: "support-link", control: "a", controlAttrs: { href: "https://tails.net/", target: "_blank", }, }, ], }, { id: "applicationsFilter", control: "moz-input-search", Loading Loading
browser/components/preferences/config/downloads.mjs +24 −0 Original line number Diff line number Diff line Loading @@ -372,6 +372,10 @@ Preferences.addSetting({ id: "applicationsGroup", }); Preferences.addSetting({ id: "downloadsTorWarningBanner", }); Preferences.addSetting({ id: "applicationsFilter", get(val) { Loading Loading @@ -1846,6 +1850,26 @@ SettingGroupManager.registerGroups({ headingLevel: 2, inProgress: true, items: [ { id: "downloadsTorWarningBanner", l10nId: "downloads-tor-warning-message-bar", control: "moz-message-bar", controlAttrs: { role: "complementary", type: "warning", }, options: [ { l10nId: "downloads-tor-warning-tails-link", slot: "support-link", control: "a", controlAttrs: { href: "https://tails.net/", target: "_blank", }, }, ], }, { id: "applicationsFilter", control: "moz-input-search", Loading