mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:24:22 +02:00
Disable Developer > Assets > ATP Asset Migration menu item
This commit is contained in:
parent
a75acd139b
commit
38bb48e72c
1 changed files with 3 additions and 0 deletions
|
@ -417,6 +417,8 @@ Menu::Menu() {
|
|||
}
|
||||
|
||||
// Developer > Assets >>>
|
||||
// Menu item is not currently needed but code should be kept in case it proves useful again at some stage.
|
||||
/*
|
||||
MenuWrapper* assetDeveloperMenu = developerMenu->addMenu("Assets");
|
||||
auto& atpMigrator = ATPAssetMigrator::getInstance();
|
||||
atpMigrator.setDialogParent(this);
|
||||
|
@ -424,6 +426,7 @@ Menu::Menu() {
|
|||
addActionToQMenuAndActionHash(assetDeveloperMenu, MenuOption::AssetMigration,
|
||||
0, &atpMigrator,
|
||||
SLOT(loadEntityServerFile()));
|
||||
*/
|
||||
|
||||
// Developer > Avatar >>>
|
||||
MenuWrapper* avatarDebugMenu = developerMenu->addMenu("Avatar");
|
||||
|
|
Loading…
Reference in a new issue