mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:50:05 +00:00
Add Radar Product Manager debug dump
- Allows visibility of currently loaded products
This commit is contained in:
parent
6e10ca88d5
commit
871cae68dd
5 changed files with 73 additions and 3 deletions
|
|
@ -83,6 +83,8 @@
|
|||
<string>&Debug</string>
|
||||
</property>
|
||||
<addaction name="actionImGuiDebug"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionDumpRadarProductRecords"/>
|
||||
</widget>
|
||||
<addaction name="menuFile"/>
|
||||
<addaction name="menuView"/>
|
||||
|
|
@ -397,6 +399,11 @@
|
|||
<string>&GitHub Repository</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDumpRadarProductRecords">
|
||||
<property name="text">
|
||||
<string>Dump Radar &Product Records</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="../../../../scwx-qt.qrc"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue