mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
Show current video/audio decoder in popover
This commit is contained in:
@@ -191,6 +191,11 @@ class ClapperTrackSelectButton extends PopoverButtonBase
|
||||
this._scrolled_window.max_content_height = (isFullscreen && !isMobileMonitor)
|
||||
? 290 : 220;
|
||||
}
|
||||
|
||||
setDecoder(decoder)
|
||||
{
|
||||
this._decoder_separator.label = _('Decoder: %s').format(decoder);
|
||||
}
|
||||
});
|
||||
|
||||
var VolumeButton = GObject.registerClass({
|
||||
|
Reference in New Issue
Block a user