Skip to content

Commit

Permalink
Update mainwindow.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jlobue10 committed Apr 10, 2023
1 parent f5e3207 commit 46a3041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ void MainWindow::on_About_pushButton_clicked()
QPushButton* updateButton = new QPushButton("Check For Update");
connect(updateButton, &QPushButton::clicked, this, &MainWindow::on_updateButton_Clicked);
AboutBox.setTextFormat(Qt::RichText);
AboutBox.setText("<p align='center'>rEFInd Customization GUI v1.1.8<br><br>"
AboutBox.setText("<p align='center'>rEFInd Customization GUI v1.1.9<br><br>"
"Original GUI Creator: "
"<a href='https://github.com/jlobue10'>jlobue10</a><br><br>"
"Special Thanks to Deck Wizard for testing and QA"
Expand Down

0 comments on commit 46a3041

Please sign in to comment.