Skip to content

Commit

Permalink
fix #1411
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed Aug 27, 2024
1 parent afa629f commit 76f0099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/QuickAdd.vala
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public class Layouts.QuickAdd : Adw.Bin {
construct {
item = new Objects.Item ();
item.project_id = Services.Settings.get_default ().settings.get_string ("local-inbox-project-id");
item.priority = Util.get_default ().get_default_priority ();

if (Services.Settings.get_default ().get_new_task_position () == NewTaskPosition.TOP) {
item.child_order = 0;
Expand Down

0 comments on commit 76f0099

Please sign in to comment.