1
0
Fork 0

Fix: Error message window timeout doesn't match setting

pull/13812/head
Koen Bussemaker 2025-03-14 15:39:16 +01:00
parent dbea968f4f
commit f733b35a5b
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ public:
ErrmsgWindow(const ErrorMessageData &data) :
Window(data.HasFace() ? _errmsg_face_desc : _errmsg_desc),
ErrorMessageData(data),
display_timeout(std::chrono::seconds(3 * _settings_client.gui.errmsg_duration), [this]() {
display_timeout(std::chrono::seconds(_settings_client.gui.errmsg_duration), [this]() {
this->Close();
})
{