Sort out icons on desktop

This commit is contained in:
wheremyfoodat 2024-11-03 14:08:39 +02:00
parent 369f810b51
commit 8fc6675a05
7 changed files with 30 additions and 21 deletions

View file

@ -15,6 +15,8 @@
MainWindow::MainWindow(QApplication* app, QWidget* parent) : QMainWindow(parent), keyboardMappings(InputMappings::defaultKeyboardMappings()) {
setWindowTitle("Alber");
setWindowIcon(QIcon(":/docs/img/rpog_icon.png"));
// Enable drop events for loading ROMs
setAcceptDrops(true);
resize(800, 240 * 4);