Skip to content

Commit 33ef997

Browse files
authored
replace window_to_front with `window.to_front (#5154)
1 parent bf1f89b commit 33ef997

File tree

1 file changed

+1
-1
lines changed
  • sdk/python/packages/flet/src/flet/core

1 file changed

+1
-1
lines changed

sdk/python/packages/flet/src/flet/core/page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ async def __on_authorize_async(self, e) -> None:
10711071
self.close_in_app_web_view()
10721072
else:
10731073
# activate desktop window
1074-
self.window_to_front()
1074+
self.window.to_front()
10751075
login_evt = LoginEvent(
10761076
error=d.get("error"),
10771077
error_description=d.get("error_description"),

0 commit comments

Comments
 (0)