[effects/mousemark] Don't allow to set non-global shortcuts
Only global shortcuts make sense here
This commit is contained in:
parent
fa7e9323cd
commit
7fc8fbae63
1 changed files with 5 additions and 1 deletions
|
@ -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…
Reference in a new issue