diff --git a/mainwindow.cpp b/mainwindow.cpp index 40e989a..18351bf 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -51,6 +51,7 @@ MainWindow::MainWindow(QWidget *parent) : exit(EXIT_FAILURE); #endif ui->setupUi(this); + finishUiInitialisation(); readSettings(); readProfile(currentProfile); progressBar = new QProgressBar(ui->statusBar);