[RAPPS] Fix refresh not working correctly (#6864)

Addendum to commit 33c2903e6d
CORE-18459
This commit is contained in:
Thamatip Chitpong 2024-05-10 22:59:19 +07:00 committed by GitHub
parent daf806802a
commit 750bf12256
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -544,7 +544,7 @@ CMainWindow::OnCommand(WPARAM wParam, LPARAM lParam)
break;
case ID_REFRESH:
UpdateApplicationsList(SelectedEnumType);
UpdateApplicationsList(SelectedEnumType, bReload);
break;
case ID_RESETDB: