diff options
Diffstat (limited to 'src/plugins/General/scrobbler/scrobblerfactory.cpp')
| -rw-r--r-- | src/plugins/General/scrobbler/scrobblerfactory.cpp | 2 |
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; } |
