fix: crash when the instance window is closed before download dialog is open (#3614)

This commit is contained in:
Alexandru Ionut Tripon 2025-04-16 16:28:11 +03:00 committed by GitHub
commit 8285993f38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 44 additions and 30 deletions

View file

@ -291,7 +291,6 @@ void ModFilterWidget::onSideFilterChanged()
side = "";
}
m_filter_changed = side != m_filter->side;
m_filter->side = side;
if (m_filter_changed)