Skip to content

Commit

Permalink
Merge branch 'master' into fastmem
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat committed Dec 3, 2024
2 parents ef056b9 + 28461a1 commit 12cbb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panda_qt/main_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include "version.hpp"

MainWindow::MainWindow(QApplication* app, QWidget* parent) : QMainWindow(parent), keyboardMappings(InputMappings::defaultKeyboardMappings()) {
setWindowTitle("Alber");
setWindowTitle(tr("Alber"));

// Enable drop events for loading ROMs
setAcceptDrops(true);
Expand Down

0 comments on commit 12cbb70

Please sign in to comment.