add option media_library_disable_two_column_mode

This commit is contained in:
Frank Blendinger
2010-01-31 01:55:37 +01:00
parent c10a2a6db7
commit db97a1a318
6 changed files with 14 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ void MediaLibrary::Refresh()
void MediaLibrary::SwitchTo()
{
if (myScreen == this)
if (myScreen == this && !Config.media_library_disable_two_column_mode)
{
hasTwoColumns = !hasTwoColumns;
hasToBeResized = 1;