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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/scrobbler/scrobblerfactory.cpp b/src/plugins/General/scrobbler/scrobblerfactory.cpp
index 332dd22ac..579efb4bc 100644
--- a/src/plugins/General/scrobbler/scrobblerfactory.cpp
+++ b/src/plugins/General/scrobbler/scrobblerfactory.cpp
@@ -31,7 +31,7 @@ const GeneralProperties ScrobblerFactory::properties() const
properties.shortName = "scrobbler";
properties.hasAbout = true;
properties.hasSettings = true;
- properties.visibilityControl = FALSE;
+ properties.visibilityControl = false;
return properties;
}