Skip to content

Commit

Permalink
:Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxshao committed Jun 22, 2024
2 parents 27345e1 + 5feb27d commit f220977
Show file tree
Hide file tree
Showing 5 changed files with 2,157 additions and 103 deletions.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ <h3>Thanks</h3>
<li>jaxcheese, Ronto_255, ArcOfDream, and neozoid for providing demo tunes!</li>
<li>Ewan Green for continued development / maintenance around building, styles, etc.</li>
<li>OPNA2608 for maintaining packaging and getting this to build properly!</li>
<li>Youwhang, Awwchang, Chroma, くろかいこ for the Japanese translation!</li>
<li>Youwhang for the Korean translation!</li>
<li>EnthWyrr (and curelapse, louie) for the Spanish translation!</li>
<li>steedfarmer for helping me hunt down this nasty networking bug!</li>
Expand Down
2 changes: 1 addition & 1 deletion src/editor/EditorWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ EditorWindow::EditorWindow(QWidget *parent)
connect(ui->actionShortcuts, &QAction::triggered, m_shortcuts_dialog,
&QDialog::exec);
connect(ui->actionExit, &QAction::triggered,
[]() { QApplication::instance()->quit(); });
[]() { QApplication::closeAllWindows(); });
connect(ui->actionAbout, &QAction::triggered, [=]() {
QMessageBox::about(this, "About",
tr("Multiplayer pxtone music editor. Special "
Expand Down
Loading

0 comments on commit f220977

Please sign in to comment.