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

Only global shortcuts make sense here
This commit is contained in:
Nicolas Fella 2021-12-20 22:46:21 +01:00
parent 7fc8fbae63
commit f0cdc1c885

View file

@ -168,6 +168,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="actionTypes">
<enum>KShortcutsEditor::GlobalAction</enum>
</property>
</widget>
</item>
</layout>