fix: crash when the instance window is closed before download dialog is open (#3614)
This commit is contained in:
commit
8285993f38
5 changed files with 44 additions and 30 deletions
|
@ -291,7 +291,6 @@ void ModFilterWidget::onSideFilterChanged()
|
|||
side = "";
|
||||
}
|
||||
|
||||
|
||||
m_filter_changed = side != m_filter->side;
|
||||
m_filter->side = side;
|
||||
if (m_filter_changed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue