hoffstadt / hoffstadt/DearPyGui

Viewport icons not working

Open
#2,135 0 comments 0 reactions 0 assignees View on GitHub
state: pending type: bug
Dominant language
C++
Stars
15.6k
Forks
783
PR merge metrics
No merged PRs in 30d

Description

## Version of Dear PyGui

Version: 1.9.1
Operating System: MacOS 13.2.1

## My Issue/Question

Setting viewport icons has no effect and the icons don't show up.

## Standalone, minimal, complete and verifiable example
```
import dearpygui.dearpygui as dpg

dpg.create_context()
dpg.create_viewport(title='Custom Title', width=600, height=400)
dpg.setup_dearpygui()

with dpg.window(label="tutorial"):
dpg.add_button(label="Press me")

dpg.set_viewport_small_icon("/Users/tomasantunes/Documents/python-scripts/test3/icon1.png")
dpg.set_viewport_large_icon("/Users/tomasantunes/Documents/python-scripts/test3/icon2.png")

dpg.show_viewport()
dpg.start_dearpygui()
dpg.destroy_context()
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.