From 26ad85c26137c755408ab59457110d87b1612cd3 Mon Sep 17 00:00:00 2001 From: oneflux Date: Mon, 21 Apr 2025 15:37:19 -0700 Subject: [PATCH] re-enable new modal dialogs --- settings/camoufox.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/settings/camoufox.cfg b/settings/camoufox.cfg index ffff812..9957c65 100644 --- a/settings/camoufox.cfg +++ b/settings/camoufox.cfg @@ -469,10 +469,6 @@ defaultPref("toolkit.shutdown.fastShutdownStage", 0); // CAMOUFOX: Removed pref to use light theme by default (make less like headless) // ------- -// Only allow the old modal dialogs. This should be removed when there is -// support for the new modal UI (see Bug 1686743). -defaultPref("prompts.contentPromptSubDialog", false); - // Do not use system colors - they are affected by themes. defaultPref("ui.use_standins_for_native_colors", true);