henry pushed to branch base-browser-147.0a1-16.0-2 at The Tor Project / Applications / Tor Browser
Commits:
-
5734a44e
by henry at 2026-02-16T11:29:49+00:00
1 changed file:
Changes:
| ... | ... | @@ -3592,21 +3592,6 @@ var gPrivacyPane = { |
| 3592 | 3592 | |
| 3593 | 3593 | setSyncFromPrefListener("savePasswords", () => this.readSavePasswords());
|
| 3594 | 3594 | |
| 3595 | - if (AlertsServiceDND) {
|
|
| 3596 | - let notificationsDoNotDisturbBox = document.getElementById(
|
|
| 3597 | - "notificationsDoNotDisturbBox"
|
|
| 3598 | - );
|
|
| 3599 | - notificationsDoNotDisturbBox.removeAttribute("hidden");
|
|
| 3600 | - let checkbox = document.getElementById("notificationsDoNotDisturb");
|
|
| 3601 | - document.l10n.setAttributes(checkbox, "permissions-notification-pause");
|
|
| 3602 | - if (AlertsServiceDND.manualDoNotDisturb) {
|
|
| 3603 | - let notificationsDoNotDisturb = document.getElementById(
|
|
| 3604 | - "notificationsDoNotDisturb"
|
|
| 3605 | - );
|
|
| 3606 | - notificationsDoNotDisturb.setAttribute("checked", true);
|
|
| 3607 | - }
|
|
| 3608 | - }
|
|
| 3609 | - |
|
| 3610 | 3595 | this.initSiteDataControls();
|
| 3611 | 3596 | |
| 3612 | 3597 | this.initCookieBannerHandling();
|