cleanup and note about gtk critical error (need to test upstream fix)
This commit is contained in:
parent
537539f43d
commit
9eba89432e
5 changed files with 71 additions and 64 deletions
|
|
@ -1 +0,0 @@
|
|||
ashleywulber@pop-os.190471:1641501268
|
||||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue