cleanup
This commit is contained in:
parent
2cbaaae069
commit
b82c153955
3 changed files with 4 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use std::{rc::Rc, cell::RefCell};
|
||||
use gtk4::{Label, ToggleButton, glib, subclass::prelude::*};
|
||||
use gtk4::{ToggleButton, glib, subclass::prelude::*};
|
||||
use tokio::sync::mpsc;
|
||||
use once_cell::sync::OnceCell;
|
||||
use crate::Event;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue