fixes for db97a1a318
This commit is contained in:
@@ -125,7 +125,11 @@ void MediaLibrary::Refresh()
|
||||
|
||||
void MediaLibrary::SwitchTo()
|
||||
{
|
||||
if (myScreen == this && !Config.media_library_disable_two_column_mode)
|
||||
if (myScreen == this)
|
||||
{
|
||||
if (Config.media_library_disable_two_column_mode)
|
||||
return;
|
||||
else
|
||||
{
|
||||
hasTwoColumns = !hasTwoColumns;
|
||||
hasToBeResized = 1;
|
||||
@@ -144,6 +148,7 @@ void MediaLibrary::SwitchTo()
|
||||
else
|
||||
Albums->SetTitle("Albums");
|
||||
}
|
||||
}
|
||||
|
||||
if (!isInitialized)
|
||||
Init();
|
||||
|
||||
Reference in New Issue
Block a user