Skip to content

Commit

Permalink
hide attachment btn
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvladus committed May 12, 2024
1 parent ead9a2c commit c21c673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions errands/widgets/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ def __build_ui(self):
icon_name="errands-attachment-symbolic",
css_classes=["flat"],
on_click=lambda *_: State.attachments_window.show(self),
visible=False,
)

# Menu button
Expand Down
1 change: 1 addition & 0 deletions errands/widgets/today/today_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ def __build_ui(self):
icon_name="errands-attachment-symbolic",
css_classes=["flat"],
on_click=lambda *_: State.attachments_window.show(self),
visible=False,
)

# Menu button
Expand Down

0 comments on commit c21c673

Please sign in to comment.