From 8637066855d00dab6180a01e4ee0fca85c375f26 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 11 Nov 2023 15:42:15 +0100 Subject: [PATCH] Fixed some newly introduced indentation mess. --- src/qt/qt_mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/qt_mainwindow.cpp b/src/qt/qt_mainwindow.cpp index 2fe9d22c2..a372dbfb8 100644 --- a/src/qt/qt_mainwindow.cpp +++ b/src/qt/qt_mainwindow.cpp @@ -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);