Actually return the data control state

I can feel my IQ dropping as we speak
This commit is contained in:
Ottatop 2024-01-24 15:43:10 -06:00
parent 0504b3d814
commit e6bdb01757

View file

@ -324,7 +324,7 @@ delegate_primary_selection!(State);
impl DataControlHandler for State { impl DataControlHandler for State {
fn data_control_state(&self) -> &DataControlState { fn data_control_state(&self) -> &DataControlState {
todo!() &self.data_control_state
} }
} }
delegate_data_control!(State); delegate_data_control!(State);