diff --git a/src/panda_qt/main_window.cpp b/src/panda_qt/main_window.cpp index a4fc20f0..1de97fe7 100644 --- a/src/panda_qt/main_window.cpp +++ b/src/panda_qt/main_window.cpp @@ -11,7 +11,7 @@ #include "input_mappings.hpp" MainWindow::MainWindow(QApplication* app, QWidget* parent) : QMainWindow(parent), keyboardMappings(InputMappings::defaultKeyboardMappings()), screen(this) { - setWindowTitle("Alber"); + setWindowTitle("Panda3DS"); // Enable drop events for loading ROMs setAcceptDrops(true); resize(800, 240 * 4); @@ -510,4 +510,4 @@ void MainWindow::pollControllers() { } } } -} \ No newline at end of file +}