Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10378 from Pokechu22/fifoplayer-LoadSettings
FifoPlayer: Add missing call to LoadSettings()
  • Loading branch information
Pokechu22 committed Jan 17, 2022
2 parents b7e55e2 + 75cdcd5 commit 78bcc61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp
Expand Up @@ -38,6 +38,7 @@ FIFOPlayerWindow::FIFOPlayerWindow(QWidget* parent) : QWidget(parent)
setWindowIcon(Resources::GetAppIcon());

CreateWidgets();
LoadSettings();
ConnectWidgets();
AddDescriptions();

Expand Down

0 comments on commit 78bcc61

Please sign in to comment.