mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #10378 from Pokechu22/fifoplayer-LoadSettings
FifoPlayer: Add missing call to LoadSettings()
This commit is contained in:
commit
78bcc6173f
@ -38,6 +38,7 @@ FIFOPlayerWindow::FIFOPlayerWindow(QWidget* parent) : QWidget(parent)
|
|||||||
setWindowIcon(Resources::GetAppIcon());
|
setWindowIcon(Resources::GetAppIcon());
|
||||||
|
|
||||||
CreateWidgets();
|
CreateWidgets();
|
||||||
|
LoadSettings();
|
||||||
ConnectWidgets();
|
ConnectWidgets();
|
||||||
AddDescriptions();
|
AddDescriptions();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user