From 379561117862952d567bfdbf0700b5c7f470a1a8 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Sun, 20 Feb 2022 12:59:46 +0100 Subject: - Added Preferences - Added idle notify to preferences - Bug fix: if user deleted first task none would show --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 541e42c..a4959c0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,6 +18,7 @@ mod application; mod config; mod ui; mod database; +mod settings_manager; use self::application::FurtheranceApplication; -- cgit 1.4.1