mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
update ui file for advanced menu
This commit is contained in:
parent
18d628ff0c
commit
d9b9840cce
1 changed files with 15 additions and 2 deletions
|
@ -702,11 +702,14 @@
|
|||
<string>Ad&vanced</string>
|
||||
</property>
|
||||
<addaction name="actionCheckDatabaseIntegrity" />
|
||||
<addaction name="actionCheckMediaDatabase" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="actionOptimizeDatabase" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="actionCheckMediaDatabase" />
|
||||
<addaction name="actionCacheLatex" />
|
||||
<addaction name="actionUncacheLatex" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="actionMergeModels" />
|
||||
<addaction name="separator" />
|
||||
</widget>
|
||||
<addaction name="actionGraphs" />
|
||||
<addaction name="actionDstats" />
|
||||
|
@ -1323,6 +1326,16 @@
|
|||
<string>&Delete Fact</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCacheLatex" >
|
||||
<property name="text" >
|
||||
<string>Cache LaTeX</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionUncacheLatex" >
|
||||
<property name="text" >
|
||||
<string>Uncache LaTeX</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="../icons.qrc" />
|
||||
|
|
Loading…
Reference in a new issue