VirtualBox

Changeset 100634 in vbox for trunk


Ignore:
Timestamp:
Jul 18, 2023 3:12:11 PM (17 months ago)
Author:
vboxsync
Message:

FE/Qt: Runtime UI: Adjust action-pool to disable VRDE action when ext-pack is absent at all, not only unusable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolRuntime.cpp

    r100524 r100634  
    35033503    /* Recache extension-pack related action restrictions: */
    35043504    CExtPackManager extPackManager = uiCommon().virtualBox().GetExtensionPackManager();
    3505     if (!extPackManager.isNull() && !extPackManager.IsExtPackUsable(GUI_ExtPackName))
     3505    if (extPackManager.isNull() || !extPackManager.IsExtPackUsable(GUI_ExtPackName))
    35063506    {
    35073507        m_restrictedActionsMenuView[UIActionRestrictionLevel_Base] = (UIExtraDataMetaDefs::RuntimeMenuViewActionType)
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