AbiosGaming / desktop-stream-viewer

View multiple streams on your desktop!
7 stars 1 forks source link

Set muted or not based on previous value #164

Closed svenanderzen closed 7 years ago

svenanderzen commented 7 years ago

Description

Before; when leaving fullscreen mode, all videos would be unmuted. This PR set the sound setting to the previous value when exiting fullscreen mode. So if the other videos were muted before, this will make it so they're till muted.

Important files to review

videoframegrid.py

See also

Fixes #155