From ef7499aade74a148416b5fde7e8c03a75ea381c3 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Sun, 3 May 2026 03:04:49 -0500 Subject: Extended MODL / direct download handling (#2384) * Extended MODL / direct download handling - name, modname, version, and source options added to download command - nxmhandler init adds schemas and MODL entry with default launch args - Add MODL register button to general tab - On window display, call meta function to trigger both registrations --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index a651c2d7..0bc7edf8 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1356,7 +1356,7 @@ void MainWindow::showEvent(QShowEvent* event) m_OrganizerCore.settings().widgets().restoreIndex(ui->groupCombo); - m_OrganizerCore.settings().nexus().registerAsNXMHandler(false); + m_OrganizerCore.settings().registerDownloadHandlers(false); m_WasVisible = true; updateProblemsButton(); -- cgit v1.3.1