Skip to content

Commit

Permalink
Qt: Add translation for main window name
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Dec 3, 2024
1 parent 9aacc41 commit 28461a1
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 28461a1

Please sign in to comment.