diff --git a/src/helpers/ui_thread.rs b/src/helpers/ui_thread.rs index 0d5e1aad..34ca4a21 100644 --- a/src/helpers/ui_thread.rs +++ b/src/helpers/ui_thread.rs @@ -6,6 +6,7 @@ use tokio::task::spawn_blocking; use crate::BinstallError; +#[derive(Debug)] pub(super) enum UIRequest { /// Request user confirmation Confirm,