From d1cb531ae9ad4427861bc60ad5430d75a69ff197 Mon Sep 17 00:00:00 2001 From: venomade <venomade@venomade.com> Date: Wed, 8 May 2024 19:50:28 +0100 Subject: Remove LibAdwaita dependency Remove LibAdwaita dependency to allow theming across platforms Remove Preferences and Toast as they are libadwaita components Remove now unneeded comments --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 18613be..6cd96f3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,7 @@ mod notd; mod ui; -use adw::Application; +use gtk::Application; use gtk::glib; use gtk::prelude::*; use ui::{build_ui, load_css}; -- cgit 1.4.1-2-gfad0