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/statusicon/statusiconfactory.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/General/statusicon/statusiconfactory.cpp') diff --git a/src/plugins/General/statusicon/statusiconfactory.cpp b/src/plugins/General/statusicon/statusiconfactory.cpp index 12c57261c..5aedc6f7c 100644 --- a/src/plugins/General/statusicon/statusiconfactory.cpp +++ b/src/plugins/General/statusicon/statusiconfactory.cpp @@ -30,6 +30,7 @@ const GeneralProperties StatusIconFactory::properties() const properties.name = tr("Status Icon Plugin"); properties.hasAbout = TRUE; properties.hasSettings = TRUE; + properties.visibilityControl = TRUE; return properties; } -- cgit v1.2.3-13-gbd6f