Skip to content

Commit c9b91cb

Browse files
committed
GUI - show welcome friend help page on first ever boot
First impressions matter!
1 parent f06452f commit c9b91cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/gui/qt/mainwindow.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,8 @@ void MainWindow::showWelcomeScreen() {
463463
startupPane->document()->setDefaultStyleSheet(styles);
464464
startupPane->setSource(QUrl("qrc:///html/startup.html"));
465465
docWidget->show();
466+
docsCentral->setCurrentIndex(0);
467+
helpLists[0]->setCurrentRow(0);
466468
startupPane->show();
467469
}
468470
}

0 commit comments

Comments
 (0)