Skip to content

Commit

Permalink
[Qt] Fix up about window
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat committed Oct 31, 2023
1 parent 9bc4622 commit f2b7f14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/panda_qt/about_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ AboutWindow::AboutWindow(QWidget* parent) : QDialog(parent) {
"- marysaka<br>"
"- Sky<br>"
"- merryhime<br>"
"- TGP17<br>")
"- TGP17<br>"
"- Shadow<br>")
);

QLabel* textLabel = new QLabel(text);
Expand Down

0 comments on commit f2b7f14

Please sign in to comment.