disable seekbar alongside rest of controls
This commit is contained in:
parent
14053a67a1
commit
e1922a4d28
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ template $UiWindow: Adw.ApplicationWindow {
|
||||||
name: "seek-scale";
|
name: "seek-scale";
|
||||||
orientation: horizontal;
|
orientation: horizontal;
|
||||||
width-request: 400;
|
width-request: 400;
|
||||||
|
sensitive: bind $playbin_active (template.playbin as <$Playbin>.state as <$PlaybinState>) as <bool>;
|
||||||
|
|
||||||
adjustment: Adjustment {
|
adjustment: Adjustment {
|
||||||
lower: 0;
|
lower: 0;
|
||||||
|
|
Loading…
Reference in a new issue