diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2017-12-13 13:38:33 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2017-12-13 13:38:33 -0600 |
| commit | dda5272dc97e959c6a72f6dfabfb24c2cbb07e53 (patch) | |
| tree | 4d488381e9596bb791619a9c5fdf304c3a24d3d4 /src | |
| parent | 027f941bb10b9dde2207d1eaa316bd63b4f8e9d4 (diff) | |
Insert the game rather than replacing the current entry
Diffstat (limited to 'src')
| -rw-r--r-- | src/settingsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settingsdialog.cpp b/src/settingsdialog.cpp index 62134c9b..fb9433a6 100644 --- a/src/settingsdialog.cpp +++ b/src/settingsdialog.cpp @@ -246,7 +246,7 @@ void SettingsDialog::deleteBlacklistItem() void SettingsDialog::on_associateButton_clicked() { - Settings::instance().registerAsNXMHandler(true); + Settings::instance().registerAsNXMHandler(false); } void SettingsDialog::on_clearCacheButton_clicked() |
