DearPyGui
DearPyGui copied to clipboard
How can i change app logo using Dearpygui
I was baking a project using Dearpygui and i wanted to change the app logo like on tkinter.
Replace small_icon and large_icon with images, .ico for Windows or .ico/.png for Mac. https://dearpygui.readthedocs.io/en/latest/reference/dearpygui.html#dearpygui.dearpygui.create_viewport
dpg.create_viewport(title="Window", small_icon='ico.ico', large_icon='ico.ico')
Thank you for the help.
Le dim. 17 sept. 2023, 10:57, SamIvan1 @.***> a écrit :
Replace small_icon and large_icon with images, .ico for Windows or .ico/.png for Mac.
https://dearpygui.readthedocs.io/en/latest/reference/dearpygui.html#dearpygui.dearpygui.create_viewport
dpg.create_viewport(title="Window", small_icon='ico.ico', large_icon='ico.ico')
— Reply to this email directly, view it on GitHub https://github.com/hoffstadt/DearPyGui/issues/2182#issuecomment-1722495413, or unsubscribe https://github.com/notifications/unsubscribe-auth/A24PWYQSUPEQRIVITPIIPGTX24FW3ANCNFSM6AAAAAA43TWLHM . You are receiving this because you authored the thread.Message ID: @.***>
Large icon is not changed for me. Shows Python app icon