Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mumble/GlobalShortcut.cpp')
-rw-r--r--src/mumble/GlobalShortcut.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mumble/GlobalShortcut.cpp b/src/mumble/GlobalShortcut.cpp
index 5f5155e39..b0998f20c 100644
--- a/src/mumble/GlobalShortcut.cpp
+++ b/src/mumble/GlobalShortcut.cpp
@@ -530,10 +530,8 @@ GlobalShortcutConfig::GlobalShortcutConfig(Settings &st) : ConfigWidget(st) {
qlWaylandNote->setVisible(false);
#ifdef Q_OS_LINUX
if (EnvUtils::waylandIsUsed()) {
- // Our global shortcut system doesn't work with Wayland
+ // Our global shortcut system doesn't work properly with Wayland
qlWaylandNote->setVisible(true);
-
- qgbShortcuts->setEnabled(false);
}
#endif