FifoPlayer: Add missing call to LoadSettings()

This resulted in the loop checkbox appearing unchecked, even though loop was enabled.
This commit is contained in:
Pokechu22 2022-01-17 10:59:57 -08:00
parent b7e55e2d52
commit 75cdcd5ac2

View File

@ -38,6 +38,7 @@ FIFOPlayerWindow::FIFOPlayerWindow(QWidget* parent) : QWidget(parent)
setWindowIcon(Resources::GetAppIcon());
CreateWidgets();
LoadSettings();
ConnectWidgets();
AddDescriptions();