Skip to content

Commit

Permalink
Add scrolling option #925
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Jul 26, 2024
1 parent 1ee3b37 commit 0f4b1ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terrariumNotification.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,10 @@ def load_setup(self, setup_data):
if not terrariumUtils.is_true(setup_data["show_title"])
else f'{setup_data["terrariumpi_name"]} {self.setup["version"]}'
),
setup_data.get("h_scroll", False)
)

self.show_picture(setup_data["profile_image"])
# self.show_picture(setup_data["profile_image"])

def send_message(self, msg_type, subject, message, data=None, attachments=[]):
self.setup["device"].message(message)
Expand Down

0 comments on commit 0f4b1ad

Please sign in to comment.