From aa2cff2e8838829125c0ff4efe969b3835c79fa7 Mon Sep 17 00:00:00 2001 From: drw Date: Sat, 18 May 2002 22:25:24 +0000 Subject: Added ability to turn off background image. --- (limited to 'core') diff --git a/core/launcher/launcherview.cpp b/core/launcher/launcherview.cpp index 1598d13..30afe64 100644 --- a/core/launcher/launcherview.cpp +++ b/core/launcher/launcherview.cpp @@ -164,7 +164,7 @@ public: } else { logo = Resource::loadImage(backgroundImage ); } - if ( !logo.isNull() ) + if ( !logo.isNull() && config.readBoolEntry( "UseBackgroundImage", TRUE ) ) painter.drawImage( (width() - logo.width()) / 2, (height() - logo.height()) / 2, logo ); } -- cgit v0.9.0.2