Project Build WIP.

This commit is contained in:
Martín Lucas Golini
2023-04-07 21:23:05 -03:00
parent 0970685fd1
commit 9eef0748f6
5 changed files with 137 additions and 7 deletions

View File

@@ -41,6 +41,8 @@ void StatusTerminalController::show() {
if ( nullptr == mUITerminal ) {
mMainSplitter->updateLayout();
mUITerminal = createTerminal();
if ( !mUITerminal )
return;
mUITerminal->setId( "terminal" );
mUITerminal->setVisible( false );
}