diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8b8d73a..38dfb84 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -87,7 +87,6 @@ MainWindow::MainWindow(QWidget *parent) : layout->addWidget(tab); ui->centralWidget->setLayout(layout); this->setWindowFlags (Qt::Window); - this->showFullScreen (); connect(EventCenter::Default(),&EventCenter::GUIErrorRaise,[=](){ if (!msgDialog) msgDialog = new GUIMessageDialog(this); msgDialog->showMessage("Something went error!");