UI: Allow hiding/unhiding sources in the mixer

Allows the ability to hide/unhide sources in the mixer that the user
doesn't care about or doesn't necessarily want to see (such as video
sources that have audio but don't have any audio playing).  If all
sources are hidden, the user can right-click the mixer's empty area and
choose "unhide all" via a context menu.

Closes jp9000/obs-studio#1002
This commit is contained in:
cg2121
2017-09-13 21:10:45 -07:00
committed by jp9000
parent 7bde1eb6af
commit 76b6266689
4 changed files with 128 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ Clear="Clear"
Revert="Revert"
Show="Show"
Hide="Hide"
UnhideAll="Unhide All"
Untitled="Untitled"
New="New"
Duplicate="Duplicate"
@@ -72,6 +73,7 @@ RemuxRecordings="Remux Recordings"
Next="Next"
Back="Back"
Defaults="Defaults"
HideMixer="Hide in Mixer"
# warning if program already open
AlreadyRunning.Title="OBS is already running"