VirtualBox

Changeset 108175 in vbox


Ignore:
Timestamp:
Feb 12, 2025 11:34:09 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167490
Message:

FE/Qt: bugref:10814: VBox Manager / Tool-pane: Update global tool menu restrictions at startup; Experience mode should be taken into account.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/UIGlobalToolsManagerWidget.cpp

    r108173 r108175  
    270270    /* Open tool last chosen in tools-menu: */
    271271    switchToolTo(toolMenu()->toolsType());
     272
     273    /* Update tools restrictions: */
     274    updateToolsMenu();
    272275}
    273276
     
    310313    /* Update global tools restrictions: */
    311314    QSet<UIToolType> restrictedTypes;
     315    /* Restrict some types for Basic mode: */
    312316    const bool fExpertMode = gEDataManager->isSettingsInExpertMode();
    313317    if (!fExpertMode)
Note: See TracChangeset for help on using the changeset viewer.

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