diff --git a/src/actors/popover.rs b/src/actors/popover.rs index fc28709f..c2a3caa2 100644 --- a/src/actors/popover.rs +++ b/src/actors/popover.rs @@ -27,6 +27,7 @@ pub mod c { pub type Destination = Arc>; +#[derive(Debug)] pub enum Event { Overlay(Option), ScreensaverActive(bool), @@ -50,7 +51,7 @@ impl super::Destination for Destination { } } -#[derive(Clone)] +#[derive(Clone, Debug)] pub struct State { pub overlay: Option, /// Settings button active