RMG-Input: don't set window icon

This commit is contained in:
Rosalie Wanders
2025-03-19 22:06:53 +01:00
parent f5de7e8320
commit 6d81b8cda3
3 changed files with 0 additions and 2 deletions
@@ -25,7 +25,6 @@ MainDialog::MainDialog(QWidget* parent, Thread::SDLThread* sdlThread, bool romCo
qRegisterMetaType<SDLDevice>();
this->setupUi(this);
this->setWindowIcon(QIcon(":Resource/RMG.png"));
// setup SDL thread
this->sdlThread = sdlThread;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

@@ -16,6 +16,5 @@
<file>Resource/Controller_Pressed_LeftShoulder.svg</file>
<file>Resource/Controller_Pressed_RightShoulder.svg</file>
<file>Resource/Controller_Pressed_ZTrigger.svg</file>
<file>Resource/RMG.png</file>
</qresource>
</RCC>