Skip to content

Commit 5dee245

Browse files
committed
Follow links in markdown
1 parent 5c10c71 commit 5dee245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openandroidinstaller/styles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ class Markdown(ft.Markdown):
2727
"""Markdown element to replace the markdown element from flet but is selectable."""
2828

2929
def __init__(self, *args, **kwargs):
30-
super().__init__(selectable=True, *args, **kwargs)
30+
super().__init__(selectable=True, auto_follow_links=True, *args, **kwargs)

0 commit comments

Comments
 (0)