UI: Add save button next to replay buffer button
Allows the ability to save replays with a button rather than with the keyboard if desired. Closes obsproject/obs-studio#1954
This commit is contained in:
3
UI/forms/images/save.svg
Normal file
3
UI/forms/images/save.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8">
|
||||
<path d="M3 0v3h-2l3 3 3-3h-2v-3h-2zm-3 7v1h8v-1h-8z" />
|
||||
</svg>
|
After Width: | Height: | Size: 146 B |
@@ -1,5 +1,6 @@
|
||||
<RCC>
|
||||
<qresource prefix="/res">
|
||||
<file>images/save.svg</file>
|
||||
<file>images/media-pause.svg</file>
|
||||
<file>images/mute.svg</file>
|
||||
<file>images/refresh.svg</file>
|
||||
|
Reference in New Issue
Block a user