mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
make save shortcut work in any dialog
This commit is contained in:
parent
40d187eebc
commit
f9732f9c71
1 changed files with 3 additions and 0 deletions
|
@ -1438,6 +1438,9 @@
|
||||||
<property name="shortcut" >
|
<property name="shortcut" >
|
||||||
<string>Ctrl+S</string>
|
<string>Ctrl+S</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="shortcutContext" >
|
||||||
|
<enum>Qt::ApplicationShortcut</enum>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionSyncdeck" >
|
<action name="actionSyncdeck" >
|
||||||
<property name="icon" >
|
<property name="icon" >
|
||||||
|
|
Loading…
Reference in a new issue