Allow adjusting volume before loading file

This commit is contained in:
Rafostar
2020-11-04 12:37:42 +01:00
parent 11468e2774
commit 8296f40382

View File

@@ -334,10 +334,6 @@ class ClapperControls extends Gtk.Box
this.volumeScale.add_mark(i, Gtk.PositionType.LEFT, text); this.volumeScale.add_mark(i, Gtk.PositionType.LEFT, text);
} }
this.audioTracksButton.bind_property('visible', this.volumeButton, 'visible',
GObject.BindingFlags.SYNC_CREATE
);
this.volumeButton.popoverBox.append(this.volumeScale); this.volumeButton.popoverBox.append(this.volumeScale);
} }