aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hotkey/hotkeyfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/hotkey/hotkeyfactory.cpp')
-rw-r--r--src/plugins/General/hotkey/hotkeyfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/hotkey/hotkeyfactory.cpp b/src/plugins/General/hotkey/hotkeyfactory.cpp
index 2add2eecb..01035e4a1 100644
--- a/src/plugins/General/hotkey/hotkeyfactory.cpp
+++ b/src/plugins/General/hotkey/hotkeyfactory.cpp
@@ -31,7 +31,7 @@ const GeneralProperties HotkeyFactory::properties() const
properties.shortName = "hotkey";
properties.hasAbout = true;
properties.hasSettings = true;
- properties.visibilityControl = FALSE;
+ properties.visibilityControl = false;
return properties;
}