VirtualBox

Changeset 100590 in vbox


Ignore:
Timestamp:
Jul 14, 2023 5:02:43 PM (19 months ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10323: Runtime UI: Close downloaders such as GA, ExtPack and UserManual on completion; Similar to what we do with other types of progresses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObject.cpp

    r99184 r100590  
    337337    m_fDone = true;
    338338    emit sigProgressFinished();
     339
     340    /* If there was no error and no reason to keep progress alive, - finish him! */
     341    if (   error().isEmpty()
     342#ifdef VBOX_NOTIFICATION_CENTER_WITH_KEEP_BUTTON
     343        && !gEDataManager->keepSuccessfullNotificationProgresses()
     344#endif
     345        )
     346        close();
    339347}
    340348
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette