flet icon indicating copy to clipboard operation
flet copied to clipboard

Ability to set application icon in both titlebar and taskbar

Open theAbdoSabbagh opened this issue 8 months ago • 1 comments

Please Describe The Problem To Be Solved Right now, it is only possible to set the icon of the application (if its not web) during the building process. I feel like if we have the option to change it even before building it would be more efficient because wed be able to see how the icon looks even before building the application to exe

(Optional): Suggest A Solution so idk how to do implement that but I guess it could be smth like:

page.set_icon(icon_path: str)

theAbdoSabbagh avatar Jun 09 '24 15:06 theAbdoSabbagh