add CIA installation to QT frontend
This commit is contained in:
parent
b7cf793814
commit
80852f918a
3 changed files with 87 additions and 2 deletions
|
@ -58,6 +58,7 @@
|
|||
</property>
|
||||
</widget>
|
||||
<addaction name="action_Load_File"/>
|
||||
<addaction name="action_Install_CIA"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_Select_Game_List_Root"/>
|
||||
<addaction name="menu_recent_files"/>
|
||||
|
@ -112,6 +113,11 @@
|
|||
<string>Load File...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Install_CIA">
|
||||
<property name="text">
|
||||
<string>Install CIA...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Load_Symbol_Map">
|
||||
<property name="text">
|
||||
<string>Load Symbol Map...</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue