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 5c10c71 commit 5dee245Copy full SHA for 5dee245
openandroidinstaller/styles.py
@@ -27,4 +27,4 @@ class Markdown(ft.Markdown):
27
"""Markdown element to replace the markdown element from flet but is selectable."""
28
29
def __init__(self, *args, **kwargs):
30
- super().__init__(selectable=True, *args, **kwargs)
+ super().__init__(selectable=True, auto_follow_links=True, *args, **kwargs)
0 commit comments