mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
Project Build WIP.
This commit is contained in:
@@ -41,6 +41,8 @@ void StatusTerminalController::show() {
|
||||
if ( nullptr == mUITerminal ) {
|
||||
mMainSplitter->updateLayout();
|
||||
mUITerminal = createTerminal();
|
||||
if ( !mUITerminal )
|
||||
return;
|
||||
mUITerminal->setId( "terminal" );
|
||||
mUITerminal->setVisible( false );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user