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

Commit ed595a3

Browse files
authored
Merge pull request #160 from non-npc/patch-7
replaced `flet.WEB_BROWSER` with `flet.AppView.WEB_BROWSER`
2 parents 6211a1f + 6a71271 commit ed595a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/apps/routing-navigation/initial-route.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ def main(page: Page):
66
page.add(Text(f"Initial route: {page.route}"))
77

88

9-
flet.app(target=main, view=flet.WEB_BROWSER)
9+
flet.app(target=main, view=flet.AppView.WEB_BROWSER)

0 commit comments

Comments
 (0)