cleanup and note about gtk critical error (need to test upstream fix)

This commit is contained in:
Ashley Wulber 2022-01-11 11:16:09 -05:00
parent 537539f43d
commit 9eba89432e
5 changed files with 71 additions and 64 deletions

View file

@ -1 +0,0 @@
ashleywulber@pop-os.190471:1641501268

View file

@ -1,13 +1,12 @@
use std::path::Path;
use crate::plugin::{self, BoxedDockPlugin};
use crate::plugin;
use crate::utils::BoxedWindowList;
use gdk4::glib::Object;
use gdk4::subclass::prelude::ObjectSubclassExt;
use gio::{DesktopAppInfo, Icon};
use gtk4::prelude::*;
use gtk4::{glib, Image};
use std::cell::Ref;
mod imp;