Ensure we prime the RemoteLibrarySettingsLayout during construction.

This commit is contained in:
Casey Langen 2020-10-22 18:22:48 -07:00
parent 556b09daa3
commit 66e06e1fc8

View File

@ -70,6 +70,7 @@ RemoteLibrarySettingsLayout::RemoteLibrarySettingsLayout()
this->prefs = Preferences::ForComponent(core::prefs::components::Settings);
this->SetFocusMode(FocusModeTerminating);
this->InitializeWindows();
this->LoadPreferences();
}
RemoteLibrarySettingsLayout::~RemoteLibrarySettingsLayout() {