forked from eden-emu/eden
qt: add verification for installed contents
This commit is contained in:
parent
b111203a0f
commit
07a6563a93
7 changed files with 148 additions and 1 deletions
|
@ -148,6 +148,7 @@
|
|||
<addaction name="action_Configure_Tas"/>
|
||||
</widget>
|
||||
<addaction name="action_Rederive"/>
|
||||
<addaction name="action_Verify_installed_contents"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_Capture_Screenshot"/>
|
||||
<addaction name="menuTAS"/>
|
||||
|
@ -214,6 +215,11 @@
|
|||
<string>&Reinitialize keys...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Verify_installed_contents">
|
||||
<property name="text">
|
||||
<string>Verify installed contents</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_About">
|
||||
<property name="text">
|
||||
<string>&About yuzu</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue