Fixed a PR 1103

This commit is contained in:
Matthias Koefferlein 2022-07-02 23:15:44 +02:00
parent 8705de49f7
commit b0268b62b0
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 {