Fixed some newly introduced indentation mess.

This commit is contained in:
OBattler
2023-11-11 15:42:15 +01:00
parent c6f2cb12b7
commit 8637066855

View File

@@ -615,7 +615,7 @@ MainWindow::MainWindow(QWidget *parent)
if (!vnc_enabled)
video_setblit(qt_blit);
if (start_in_fullscreen) {
if (start_in_fullscreen) {
connect(ui->stackedWidget, &RendererStack::blit, this, [this] () {
if (start_in_fullscreen) {
QTimer::singleShot(100, ui->actionFullscreen, &QAction::trigger);