合并新界面以及VR

This commit is contained in:
Hector 2025-10-21 16:16:28 +08:00
parent e90a55d7cf
commit a081ce8138
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,6 @@ class ProjectManager:
def __init__(self, world):
"""初始化项目管理器
Args:
world: 主程序world对象引用
"""

View File

@ -1137,7 +1137,7 @@ class MainWindow(QMainWindow):
self.infoPanelMenu = menubar.addMenu('信息面板')
# 创建示例面板动作
self.createSamplePanelAction = self.infoPanelMenu.addAction('创建示例面板')
self.createSamplePanelAction = self.infoPanelMenu.addAction('创建2D示例面板')
self.createSamplePanelAction.triggered.connect(self.world.info_panel_manager.onCreateSampleInfoPanel)
self.infoPanelMenu.addSeparator()