Revert 9b409da due to a regression in some platforms

This commit is contained in:
Frank Martinez
2024-09-27 15:46:24 +00:00
committed by Yorik van Havre
parent 1ceda88243
commit 47ecb6b401
3 changed files with 6 additions and 29 deletions

View File

@@ -212,7 +212,6 @@ void StartupPostProcess::setLoadFromPythonModule(bool value)
void StartupPostProcess::execute()
{
showSplashScreen();
setWindowTitle();
setProcessMessages();
setAutoSaving();
@@ -421,7 +420,7 @@ bool StartupPostProcess::hiddenMainWindow() const
return hidden;
}
void StartupPostProcess::showSplashScreen()
void StartupPostProcess::showMainWindow()
{
bool hidden = hiddenMainWindow();
@@ -429,10 +428,7 @@ void StartupPostProcess::showSplashScreen()
if (!hidden && !loadFromPythonModule) {
mainWindow->startSplasher();
}
}
void StartupPostProcess::showMainWindow()
{
// running the GUI init script
try {
Base::Console().Log("Run Gui init script\n");