diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-07-27 12:19:16 -0500 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-07-27 12:34:28 -0500 |
| commit | a02b920b19f4efcf0cefe6056ec7a91764e108bd (patch) | |
| tree | d93e02e0cb8dfeddbbdcf47d1277127a2b244a2b /src/settingsdialog.cpp | |
| parent | 2f8e5b4f690e6c6ad195a1120ce2ccafc66a3f23 (diff) | |
Force nxmhandler.exe registration when the associate button is clicked
This allows the register dialog to appear when the user had previously selected "No, don't ask again". If a user is clicking this button, there's a good chance they want MO to be the primary nxm handler.
Diffstat (limited to 'src/settingsdialog.cpp')
| -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 44fc9b5e..058d082a 100644 --- a/src/settingsdialog.cpp +++ b/src/settingsdialog.cpp @@ -241,7 +241,7 @@ void SettingsDialog::deleteBlacklistItem() void SettingsDialog::on_associateButton_clicked() { - Settings::instance().registerAsNXMHandler(false); + Settings::instance().registerAsNXMHandler(true); } void SettingsDialog::on_clearCacheButton_clicked() |
