Added vertical menu for status build output and app output.

Fix incorrect initialization of the Git plugin model controller when loading a folder from the Welcome Screen.
This commit is contained in:
Martín Lucas Golini
2024-04-28 01:42:43 -03:00
parent 3762a6b87b
commit c971c16911
16 changed files with 273 additions and 59 deletions

View File

@@ -471,6 +471,9 @@ PluginRequestHandle GitPlugin::processMessage( const PluginMessage& msg ) {
updateUINow( true );
mInitialized = true;
if ( mModelStylerId == 0 )
initModelStyler();
}
break;
}