From 54e20771081fcc0038bc80c688fb26b5d70005b4 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 15 Mar 2008 15:53:51 +0000 Subject: some visibility options git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@267 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/scrobbler/scrobblerfactory.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/General/scrobbler/scrobblerfactory.cpp') diff --git a/src/plugins/General/scrobbler/scrobblerfactory.cpp b/src/plugins/General/scrobbler/scrobblerfactory.cpp index 7f1fe7757..2bf7bfdfc 100644 --- a/src/plugins/General/scrobbler/scrobblerfactory.cpp +++ b/src/plugins/General/scrobbler/scrobblerfactory.cpp @@ -30,6 +30,7 @@ const GeneralProperties ScrobblerFactory::properties() const properties.name = tr("Scrobbler Plugin"); properties.hasAbout = TRUE; properties.hasSettings = TRUE; + properties.visibilityControl = FALSE; return properties; } -- cgit v1.2.3-13-gbd6f