diff options
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index ba2979a..fd28d67 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -506,11 +506,12 @@ void MainWindow::on_actionAbout_triggered() { QMessageBox::about(this, tr("Kristall"), -tr(R"about(Kristall, an OpenSource Gemini browser. +tr(R"about(Kristall %1 +An OpenSource Gemini browser. Made by Felix "xq" Queißner This is free software. You can get the source code at -https://github.com/MasterQ32/Kristall)about") +https://github.com/MasterQ32/Kristall)about").arg(QApplication::applicationVersion()) ); } |
