diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-04-12 08:40:54 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-04-12 08:57:09 +0300 |
commit | 198aaeae1192c0536ecaa8468499488f4bffc309 (patch) | |
tree | 6c649cc915d8372077a61f202e041049f5830700 /src/ui/tasks_group.rs | |
parent | a83457814faddf91b50bf9216a74f87b5a0f9361 (diff) | |
download | Furtherance-198aaeae1192c0536ecaa8468499488f4bffc309.tar.zst |
Add Source icon
Diffstat (limited to 'src/ui/tasks_group.rs')
-rwxr-xr-x | src/ui/tasks_group.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/tasks_group.rs b/src/ui/tasks_group.rs index 86c20dc..564ecb0 100755 --- a/src/ui/tasks_group.rs +++ b/src/ui/tasks_group.rs @@ -60,7 +60,6 @@ glib::wrapper! { pub struct FurTasksGroup( ObjectSubclass<imp::FurTasksGroup>) @extends gtk::Widget, adw::PreferencesGroup; - } impl FurTasksGroup { |