mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-15 21:17:00 -04:00
Merge pull request #874 from cg2121/remux-dialog-name
UI: Add window name to remux dialog
This commit is contained in:
@@ -65,6 +65,7 @@ Copy="Copy"
|
||||
Paste="Paste"
|
||||
PasteReference="Paste (Reference)"
|
||||
PasteDuplicate="Paste (Duplicate)"
|
||||
RemuxRecordings="Remux Recordings"
|
||||
|
||||
# copy filters
|
||||
Copy.Filters="Copy Filters"
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Dialog</string>
|
||||
<string>RemuxRecordings</string>
|
||||
</property>
|
||||
<widget class="QProgressBar" name="progressBar">
|
||||
<property name="geometry">
|
||||
|
||||
Reference in New Issue
Block a user