mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 05:20:45 +00:00
Add notion of UI modifications to a capture, saved in .rdc sections
This commit is contained in:
@@ -79,7 +79,8 @@
|
||||
<addaction name="action_Inject_into_Process"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_Open_Capture"/>
|
||||
<addaction name="action_Save_Capture"/>
|
||||
<addaction name="action_Save_Capture_Inplace"/>
|
||||
<addaction name="action_Save_Capture_As"/>
|
||||
<addaction name="action_Close_Capture"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="menu_Recent_Capture_Files"/>
|
||||
@@ -181,7 +182,7 @@
|
||||
<string>Ctrl+O</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Save_Capture">
|
||||
<action name="action_Save_Capture_Inplace">
|
||||
<property name="text">
|
||||
<string>&Save Capture</string>
|
||||
</property>
|
||||
@@ -409,6 +410,11 @@
|
||||
<string>&Resource Inspector</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Save_Capture_As">
|
||||
<property name="text">
|
||||
<string>Sa&ve Capture As</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11"/>
|
||||
<customwidgets>
|
||||
|
||||
Reference in New Issue
Block a user