File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -478,6 +478,10 @@ public class Layouts.ItemBoard : Layouts.ItemBase {
478478 item. update_pin (false );
479479 })] = hide_loading_button;
480480
481+ signals_map[Services . EventBus . get_default (). day_changed. connect (() = > {
482+ update_due_label ();
483+ })] = Services . EventBus . get_default ();
484+
481485 signals_map[activate. connect (() = > {
482486 open_detail ();
483487 })] = this ;
Original file line number Diff line number Diff line change @@ -919,6 +919,10 @@ public class Layouts.ItemRow : Layouts.ItemBase {
919919 }
920920 })] = Services . EventBus . get_default ();
921921
922+ signals_map[Services . EventBus . get_default (). day_changed. connect (() = > {
923+ schedule_button. update_from_item (item);
924+ })] = Services . EventBus . get_default ();
925+
922926 signals_map[notify[" edit" ]. connect (() = > {
923927 if (! edit) {
924928 if (Services . Settings . get_default (). settings. get_boolean (" attention-at-one" )) {
You can’t perform that action at this time.
0 commit comments