Skip to content
Snippets Groups Projects
Verified Commit 8893383e authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

Revert "MB 87: Disable the default browser box on Windows and Linux"

This reverts commit bd64d5f0.

We are going to disable the default browser whenever we are in portable
mode instead.
parent bbf5383c
Branches
No related tags found
1 merge request!108MB 80: Enable Mullvad Browser as a default browser
......@@ -1744,9 +1744,7 @@ var gMainPane = {
let defaultBrowserBox = document.getElementById("defaultBrowserBox");
let isInFlatpak = gGIOService?.isRunningUnderFlatpak;
// Flatpak does not support setting nor detection of default browser
// privacy-browser#87: Let's keep the default browser box only on macOS
// for now.
if (!shellSvc || isInFlatpak || Services.appinfo.OS !== "Darwin") {
if (!shellSvc || isInFlatpak) {
defaultBrowserBox.hidden = true;
return;
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment