diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2017-12-13 13:39:24 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-13 13:39:24 -0600 |
| commit | e4b952278d978567af3210d6a4be992eef3ba205 (patch) | |
| tree | 4d488381e9596bb791619a9c5fdf304c3a24d3d4 /src | |
| parent | 062e0cce2de4fd86a9842a88c2bb65936f1ab115 (diff) | |
| parent | dda5272dc97e959c6a72f6dfabfb24c2cbb07e53 (diff) | |
Merge pull request #147 from Silarn/mainline_dev
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() |
