-
Notifications
You must be signed in to change notification settings - Fork 644
bug: The page.window.icon setting does not take effect in Flet version 0.84.0 #6382
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Duplicate Check
- I have searched the opened issues and there are no duplicates
Describe the bug
The page.window.icon setting does not take effect in Flet version 0.84.0, even though the assets/icon.ico file exists and is confirmed to be in the correct format.
Code sample
Code
[Paste your code here]
import flet as ft
def main(page: ft.Page):
page.title = "Test Icon"
icon_file = r"assets/icon.ico"
page.window.icon = icon_file
page.add(ft.Text("Show Icon"))
page.update()
if __name__ == "__main__":
ft.run(main)To reproduce
The page.window.icon setting does not take effect in Flet version 0.84.0, even though the assets/icon.ico file exists and is confirmed to be in the correct format.
Expected behavior
No response
Screenshots / Videos
Operating System
Windows
Operating system details
Windows11
Flet version
flet 0.84.0
Regression
No, it isn't
Suggestions
No response
Logs
Logs
[Paste your logs here]Additional details
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
