Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Commit 98581f2

Browse files
authored
Merge pull request #158 from non-npc/patch-5
replaced `flet.WEB_BROWSER` with `flet.AppView.WEB_BROWSER`
2 parents ae99053 + fa5ed0b commit 98581f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/apps/layouts/footer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ def main(page: Page):
1818
)
1919

2020

21-
flet.app(target=main, port=8550, view=flet.WEB_BROWSER)
21+
flet.app(target=main, port=8550, view=flet.AppView.WEB_BROWSER)

0 commit comments

Comments
 (0)