mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[RAPPS] Deselect apps after installing
I found it unintuitive that each time I selected some software for installation, it wasn't automatically deselected after installation. I kept re-triggering the same installation a few times before I realized I had to manually uncheck the checked packages.
This commit is contained in:
committed by
Alexander Shaposhnikov
parent
bf1e655172
commit
b5c1aa4129
@@ -1467,6 +1467,7 @@ private:
|
||||
{
|
||||
CDownloadManager::DownloadListOfApplications(m_AvailableApps.GetSelected());
|
||||
UpdateApplicationsList(-1);
|
||||
m_ListView->SetSelected(-1, FALSE);
|
||||
}
|
||||
else if (CDownloadManager::DownloadApplication(m_ListView->GetSelectedData()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user