Skip to content

Commit 9368e43

Browse files
committed
(preferences) Disable private window separation again
Holy shit Mozilla actually listening to feedback?!?!?! Since the option is back, this saves me a fuck ton of work later for a potential 127/128.x.xv.
1 parent 089a41e commit 9368e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/app/profile/firefox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ pref("browser.theme.dark-private-windows", true);
823823

824824
// Pref to control whether or not Private Browsing windows show up
825825
// as separate icons in the Windows taskbar.
826-
pref("browser.privateWindowSeparation.enabled", true);
826+
pref("browser.privateWindowSeparation.enabled", false);
827827

828828
// Controls visibility of the privacy segmentation preferences section.
829829
pref("browser.privacySegmentation.preferences.show", false);

0 commit comments

Comments
 (0)