From 56e4431a5817700b4258147511692396bc417264 Mon Sep 17 00:00:00 2001 From: uku Date: Thu, 22 May 2025 18:50:17 +0200 Subject: [PATCH] fix: lock interface while converting --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index 8879e2c..609d956 100644 --- a/src/main.rs +++ b/src/main.rs @@ -159,6 +159,8 @@ impl AsyncComponent for Tyrolienne { gtk::ListBox { set_selection_mode: gtk::SelectionMode::None, set_css_classes: &["boxed-list"], + #[watch] + set_sensitive: matches!(model.step, Step::Waiting), adw::ActionRow { set_activatable: true,