diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2026-05-06 11:08:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-06 11:08:57 -0500 |
| commit | 6d02ef2b751bd55d2a2718c2b31cec1c0ce55479 (patch) | |
| tree | d5f967617c3e36f051447bf6ec54369b0fb311d5 /src/settings.h | |
| parent | f5d89ad6250343acddbcd5541fb6e7b7df4f27d2 (diff) | |
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
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 // |
