diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-24 09:42:23 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-24 09:42:23 -0500 |
| commit | b20b4582998d1a400a1b18086edc1dd3ffcf20c1 (patch) | |
| tree | 5c5f13cf6754ab315aef68d6f0a75743b4639593 /src/settings.cpp | |
| parent | b2af1e340f956c11a7c522e8c4b5900925417634 (diff) | |
also log primary handler
Diffstat (limited to 'src/settings.cpp')
| -rw-r--r-- | src/settings.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index f554bc64..436cd42b 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -1970,6 +1970,9 @@ void NexusSettings::dump() const log::debug("nxmhandler settings:"); + QSettings handler("HKEY_CURRENT_USER\\Software\\Classes\\nxm\\", QSettings::NativeFormat); + log::debug(" - primary: {}", handler.value("shell/open/command/Default").toString()); + const auto noregister = getOptional<bool>(s, "General", "noregister"); if (noregister) { |
