diff --git a/src/musikcube/app/layout/RemoteLibrarySettingsLayout.cpp b/src/musikcube/app/layout/RemoteLibrarySettingsLayout.cpp index bf01d7872..7863669fa 100644 --- a/src/musikcube/app/layout/RemoteLibrarySettingsLayout.cpp +++ b/src/musikcube/app/layout/RemoteLibrarySettingsLayout.cpp @@ -70,6 +70,7 @@ RemoteLibrarySettingsLayout::RemoteLibrarySettingsLayout() this->prefs = Preferences::ForComponent(core::prefs::components::Settings); this->SetFocusMode(FocusModeTerminating); this->InitializeWindows(); + this->LoadPreferences(); } RemoteLibrarySettingsLayout::~RemoteLibrarySettingsLayout() {