mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22: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" >
|
||||
<string>Ctrl+S</string>
|
||||
</property>
|
||||
<property name="shortcutContext" >
|
||||
<enum>Qt::ApplicationShortcut</enum>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSyncdeck" >
|
||||
<property name="icon" >
|
||||
|
|
Loading…
Reference in a new issue