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

Commit 1a4f9db

Browse files
authored
Update building-views-on-route-change.py
updated flet.WEB_BROWSER to flet.AppView.WEB_BROWSER
1 parent 7aa1942 commit 1a4f9db

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)