Merge remote-tracking branch 'origin/master' into master-mac-qt6

This commit is contained in:
Kazunari Sekigawa 2022-07-03 07:24:21 +09:00
commit c145375ff8
1 changed files with 1 additions and 1 deletions

View File

@ -1269,7 +1269,7 @@ MainWindow::configure (const std::string &name, const std::string &value)
} else if (name == cfg_always_exit_without_saving) {
tl::from_string (cfg_always_exit_without_saving, m_always_exit_without_saving);
tl::from_string (value, m_always_exit_without_saving);
return true;
} else {