imitator tab

This commit is contained in:
Kseninia Mikhaylova 2024-10-15 16:55:25 +03:00
parent ccc97c6529
commit 24b88da023
1 changed files with 1 additions and 1 deletions

View File

@ -48,8 +48,8 @@ class MainContentComponent(QWidget):
imitatorPanel = Imitator(**imitatorArgs) imitatorPanel = Imitator(**imitatorArgs)
self.rightPanel = RightPanel( self.rightPanel = RightPanel(
panels=[ panels=[
robotPanel,
statusPanel, statusPanel,
robotPanel,
imitatorPanel imitatorPanel
] ]
) )