Skip to content

Commit

Permalink
Merge pull request #895 from eshaz/json-key-shortcut
Browse files Browse the repository at this point in the history
add key shortcut to save json
  • Loading branch information
happycube authored Jul 1, 2024
2 parents 4245bc6 + 5fc8ffb commit b0eaf1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/ld-analyse/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
<string>Save frame as PNG...</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
<string>Ctrl+F</string>
</property>
</action>
<action name="actionVITS_Metrics">
Expand Down Expand Up @@ -669,6 +669,9 @@
<property name="text">
<string>Save JSON</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<action name="actionWhite_SNR_analysis">
<property name="text">
Expand Down

0 comments on commit b0eaf1b

Please sign in to comment.