[effects/mousemark] Don't allow to set non-global shortcuts

Only global shortcuts make sense here
master
Nicolas Fella 3 years ago
parent fa7e9323cd
commit 7fc8fbae63

@ -70,7 +70,11 @@
</widget>
</item>
<item>
<widget class="KShortcutsEditor" name="editor"/>
<widget class="KShortcutsEditor" name="editor">
<property name="actionTypes">
<enum>KShortcutsEditor::GlobalAction</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">

Loading…
Cancel
Save