Skip to content

gui: Make imgui.ini file live in config directory

Mateo de Mayo requested to merge mateosss/monado:mateosss/single-inifile into main

Monado litters with imgui.ini files the directories it gets opened on when OXR_DEBUG_GUI=on. Furthermore, the UI layout changes based on the imgui.ini file that happens to exist in the directory you are currently on. I thought it might be good to have a single imgui.ini file living in the main config directory.

Merge request reports