1
0
Fork 0
mirror of https://github.com/dolphin-emu/dolphin.git synced 2025-03-06 21:00:21 +01:00

USB: Infinity window icon

This commit is contained in:
Florin9doi 2025-01-10 11:42:46 +02:00
parent 6d9c887a21
commit 7afc3df76f

View file

@ -27,6 +27,7 @@
#include "DolphinQt/QtUtils/DolphinFileDialog.h"
#include "DolphinQt/QtUtils/SetWindowDecorations.h"
#include "DolphinQt/Resources.h"
#include "DolphinQt/Settings.h"
// Qt is not guaranteed to keep track of file paths using native file pickers, so we use this
@ -39,6 +40,7 @@ InfinityBaseWindow::InfinityBaseWindow(QWidget* parent) : QWidget(parent)
{
// i18n: Window for managing Disney Infinity figures
setWindowTitle(tr("Infinity Manager"));
setWindowIcon(Resources::GetAppIcon());
setObjectName(QStringLiteral("infinity_manager"));
setMinimumSize(QSize(700, 200));