diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2026-05-03 03:04:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-03 03:04:49 -0500 |
| commit | ef7499aade74a148416b5fde7e8c03a75ea381c3 (patch) | |
| tree | 28b596b09fd5849392d963684e38303ed6ab9b0f /src/settingsdialognexus.h | |
| parent | 2e393aa3cc9adba5a5e82ecc0006b11bf024d3e0 (diff) | |
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
Diffstat (limited to 'src/settingsdialognexus.h')
| -rw-r--r-- | src/settingsdialognexus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/settingsdialognexus.h b/src/settingsdialognexus.h index 41ab207a..0c14ebf7 100644 --- a/src/settingsdialognexus.h +++ b/src/settingsdialognexus.h @@ -60,7 +60,6 @@ private: std::unique_ptr<NexusConnectionUI> m_connectionUI; void clearCache(); - void associate(); void updateNexusData(); void updateCustomBrowser(); |
