fixes for db97a1a318
This commit is contained in:
@@ -125,7 +125,11 @@ void MediaLibrary::Refresh()
|
|||||||
|
|
||||||
void MediaLibrary::SwitchTo()
|
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;
|
hasTwoColumns = !hasTwoColumns;
|
||||||
hasToBeResized = 1;
|
hasToBeResized = 1;
|
||||||
@@ -144,6 +148,7 @@ void MediaLibrary::SwitchTo()
|
|||||||
else
|
else
|
||||||
Albums->SetTitle("Albums");
|
Albums->SetTitle("Albums");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (!isInitialized)
|
if (!isInitialized)
|
||||||
Init();
|
Init();
|
||||||
|
|||||||
Reference in New Issue
Block a user