We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5dd83 commit cb218f3Copy full SHA for cb218f3
src/Layouts/ProjectRow.vala
@@ -759,7 +759,6 @@ public class Layouts.ProjectRow : Gtk.ListBoxRow {
759
760
private void check_due_date () {
761
bool has_due_date = project.due_date != "";
762
-
763
menu_stack.visible_child_name = has_due_date ? "due_label" : "count_revealer";
764
765
if (!has_due_date) {
0 commit comments