From 6d02ef2b751bd55d2a2718c2b31cec1c0ce55479 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Wed, 6 May 2026 11:08:57 -0500 Subject: Defer second nxmhandler call (#2390) - Calls run in parallel leading to extraneous setup dialogs - This only calls the nxm schema registration after modl is done --- src/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index b4185e86..626582d1 100644 --- a/src/settings.h +++ b/src/settings.h @@ -821,7 +821,7 @@ public: // if 'force' is true, the registration dialog will be shown even if the user // said earlier not to // - void registerAsMODLHandler(bool force); + void registerAsMODLHandler(bool force, bool includeNxm = false); // whether archives should be parsed to show conflicts and contents // -- cgit v1.3.1