cleanup
This commit is contained in:
parent
6589eed954
commit
8485b82e9e
1 changed files with 1 additions and 1 deletions
|
|
@ -6,10 +6,10 @@ mod wayland_custom_surface;
|
||||||
#[cfg(feature = "x")]
|
#[cfg(feature = "x")]
|
||||||
pub mod x;
|
pub mod x;
|
||||||
|
|
||||||
use adw::StyleManager;
|
|
||||||
#[cfg(feature = "widgets")]
|
#[cfg(feature = "widgets")]
|
||||||
pub use libcosmic_widgets as widgets;
|
pub use libcosmic_widgets as widgets;
|
||||||
|
|
||||||
|
use adw::StyleManager;
|
||||||
use gtk4::{gdk, gio::{self, FileMonitorFlags, FileMonitorEvent, FileMonitor}, glib, prelude::*};
|
use gtk4::{gdk, gio::{self, FileMonitorFlags, FileMonitorEvent, FileMonitor}, glib, prelude::*};
|
||||||
|
|
||||||
pub fn init() -> Option<FileMonitor> {
|
pub fn init() -> Option<FileMonitor> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue