diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-19 15:03:03 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-19 15:03:03 -0400 |
| commit | 9bac57e3e864bd300fadccfaa194a6f3d28c9de2 (patch) | |
| tree | 1cda7ec221f8d44bda3798ed1b124cdfd6f5f066 /src/settings.cpp | |
| parent | a5db7ed864ac58657bf9bfbbc292cdccbeeaa38b (diff) | |
steam confirmation now using TaskDialog
fixed dialog choices not remembering files
Diffstat (limited to 'src/settings.cpp')
| -rw-r--r-- | src/settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index ae487c18..7cea52fb 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -946,7 +946,7 @@ QuestionBoxMemory::Button WidgetSettings::questionButton( if (!filename.isEmpty()) { const auto fileSetting = windowName + "/" + filename; - if (auto v=getOptional<int>(m_Settings, sectionName, filename)) { + if (auto v=getOptional<int>(m_Settings, sectionName, fileSetting)) { return static_cast<QuestionBoxMemory::Button>(*v); } } |
