This commit is contained in:
Ashley Wulber 2022-08-16 12:33:24 -04:00
parent 6589eed954
commit 8485b82e9e
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -6,10 +6,10 @@ mod wayland_custom_surface;
#[cfg(feature = "x")]
pub mod x;
use adw::StyleManager;
#[cfg(feature = "widgets")]
pub use libcosmic_widgets as widgets;
use adw::StyleManager;
use gtk4::{gdk, gio::{self, FileMonitorFlags, FileMonitorEvent, FileMonitor}, glib, prelude::*};
pub fn init() -> Option<FileMonitor> {