hoffstadt / hoffstadt/DearPyGui
viewport icon doesn't work
Open
platform: Windows
type: bug
- Dominant language
- C++
- Stars
- 15.6k
- Forks
- 783
- PR merge metrics
- No merged PRs in 30d
Description
I have this code:
` setup_viewport()
set_viewport_title(title='AddMeFast Bot')
set_viewport_large_icon("sticker_2103-512x512.ico")
set_viewport_small_icon("sticker_2103-512x512.ico")
set_viewport_width(500)
set_viewport_height(200)
start_dearpygui()`
but it doesn't set the icon. Am I doing something wrong?
Contributor guide
Assessment
This issue has not been assessed yet.