From e1922a4d28a4952e982a9d9ce9bfe1e4a9bbbde9 Mon Sep 17 00:00:00 2001 From: Erica Z Date: Wed, 16 Oct 2024 12:05:47 +0200 Subject: [PATCH] disable seekbar alongside rest of controls --- src/ui/window.blp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/window.blp b/src/ui/window.blp index 486f1c6..8d507ed 100644 --- a/src/ui/window.blp +++ b/src/ui/window.blp @@ -144,6 +144,7 @@ template $UiWindow: Adw.ApplicationWindow { name: "seek-scale"; orientation: horizontal; width-request: 400; + sensitive: bind $playbin_active (template.playbin as <$Playbin>.state as <$PlaybinState>) as ; adjustment: Adjustment { lower: 0;