Add warning when enabling X11 shortcuts on gnome, cinnamon and KDE

This commit is contained in:
Jonas Kvinge
2019-01-25 21:36:28 +01:00
parent 3241815a11
commit f90de75e3a
7 changed files with 147 additions and 29 deletions

View File

@@ -97,7 +97,7 @@ class GlobalShortcuts : public QWidget {
QMap<QString, Shortcut> shortcuts_;
QSettings settings_;
bool use_dbus_;
bool use_gsd_;
bool use_x11_;
};