Qt: Fix background

This commit is contained in:
Vicki Pfau 2017-07-16 14:43:34 -07:00
parent 45169bc0f2
commit 3bc8ed4e92
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ private:
#endif
LoadSaveState* m_stateWindow = nullptr;
WindowBackground* m_screenWidget;
QPixmap m_logo{":/res/medusa-bg.png"};
QPixmap m_logo{":/res/medusa-bg.jpg"};
ConfigController* m_config;
InputController m_inputController;
QList<QDateTime> m_frameList;