Minor bugfix for remote library configuration.

This commit is contained in:
casey langen 2020-10-21 00:40:21 -07:00
parent ffc583da37
commit 24e4680bde

View File

@ -219,6 +219,7 @@ void RemoteLibrarySettingsLayout::LoadPreferences() {
}
void RemoteLibrarySettingsLayout::LoadPreferencesAndLayout() {
this->SavePreferences();
this->LoadPreferences();
this->Layout();
}