aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/scrobblerfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/scrobbler/scrobblerfactory.cpp')
-rw-r--r--src/plugins/General/scrobbler/scrobblerfactory.cpp1
1 files changed, 1 insertions, 0 deletions
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;
}