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

Commit 6211a1f

Browse files
authored
Merge pull request #159 from non-npc/patch-6
replaced `flet.WEB_BROWSER` with `flet.AppView.WEB_BROWSER`
2 parents 98581f2 + 1a4f9db commit 6211a1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/apps/routing-navigation/building-views-on-route-change.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ def open_settings(e):
6464
page.go(page.route)
6565

6666

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

0 commit comments

Comments
 (0)