mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Apply custom initial volume on realize
This commit is contained in:
@@ -359,8 +359,7 @@ class ClapperPlayer extends PlayerBase
|
||||
|
||||
if(!this.doneStartup) {
|
||||
this.doneStartup = true;
|
||||
if(settings.get_string('volume-initial') === 'custom')
|
||||
this.set_volume(settings.get_int('volume-value') / 100);
|
||||
|
||||
if(settings.get_boolean('fullscreen-auto')) {
|
||||
let root = player.widget.get_root();
|
||||
let clapperWidget = root.get_child();
|
||||
|
Reference in New Issue
Block a user