Skip to content

Commit

Permalink
Show dialog counter
Browse files Browse the repository at this point in the history
  • Loading branch information
till213 committed Aug 18, 2021
1 parent 0a32746 commit 111e5be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/UserInterface/src/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ void MainWindow::initUi() noexcept
"Please note that the imported data only contains the aircraft positions and timestamps, sampled at a very coarse resolution "
"(depending on the aircraft type and flown distance roughly one sample every 30 seconds). The reconstructed "
"aircraft attitude and gears and flaps up/down events are still very simplistic. But hopefully you enjoy "
"this new KML import plugin and have fun visualising real-world aviation!").arg(Version::getApplicationName(), Version::getApplicationVersion()).arg(previewInfoCount),
"this new KML import plugin and have fun visualising real-world aviation!\n\n"
"This dialog will be shown %3 more times.").arg(Version::getApplicationName(), Version::getApplicationVersion()).arg(previewInfoCount),
QMessageBox::StandardButton::Ok);
settings.setPreviewInfoDialogCount(previewInfoCount);
}
Expand Down

0 comments on commit 111e5be

Please sign in to comment.