[effects/windowview] Don't allow setting non-global shortcuts
Only global shotcuts make sense here
This commit is contained in:
parent
29188eb7b2
commit
251e211c5b
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@
|
|||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="actionTypes">
|
||||
<enum>KShortcutsEditor::GlobalAction</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
|
|
Loading…
Reference in a new issue