Merge pull request #10378 from Pokechu22/fifoplayer-LoadSettings

FifoPlayer: Add missing call to LoadSettings()
This commit is contained in:
Pokechu22 2022-01-17 14:24:18 -08:00 committed by GitHub
commit 78bcc6173f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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