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
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)