big refactor and cleanup of dock + use tokio mpsc

This commit is contained in:
Ashley Wulber 2022-01-02 01:46:44 -05:00
parent 346701b16d
commit 35eb571528
14 changed files with 578 additions and 674 deletions

View file

@ -2,7 +2,7 @@ use std::cell::Cell;
use std::cell::RefCell;
use std::rc::Rc;
use glib;
use gtk4::glib;
use gtk4::subclass::prelude::*;
#[derive(Debug, Default)]