diff --git a/mainwindow.cc b/mainwindow.cc index e435caec..31985eea 100644 --- a/mainwindow.cc +++ b/mainwindow.cc @@ -635,7 +635,11 @@ MainWindow::MainWindow( Config::Class & cfg_ ): { ArticleView *view = getCurrentArticleView(); + history.enableAdd( false ); + view->showDefinition( tr( "Welcome!" ), Instances::Group::HelpGroupId ); + + history.enableAdd( cfg.preferences.storeHistory ); } translateLine->setFocus();