DearPyGui icon indicating copy to clipboard operation
DearPyGui copied to clipboard

How can i change app logo using Dearpygui

Open Potatooff opened this issue 1 year ago • 3 comments

I was baking a project using Dearpygui and i wanted to change the app logo like on tkinter.

Potatooff avatar Sep 17 '23 13:09 Potatooff

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')

SamIvan1 avatar Sep 17 '23 14:09 SamIvan1

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: @.***>

Potatooff avatar Sep 18 '23 02:09 Potatooff

Large icon is not changed for me. Shows Python app icon

JJenkinsDaxsonics avatar Sep 22 '23 19:09 JJenkinsDaxsonics