Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cusutomize location of imgui.ini #46

Closed
Stupremee opened this issue Dec 6, 2020 · 3 comments
Closed

Cusutomize location of imgui.ini #46

Stupremee opened this issue Dec 6, 2020 · 3 comments

Comments

@Stupremee
Copy link

It would be nice to modify the location where the imgui.ini file wil be saved.
Either a environment variable or a command line option would be a good choice to configure the location.

The location of the file can be modified by changing the IniFilename pointer of the ImGuiIO struct before any call to NewFrame().

@MatejKafka
Copy link

Also, currently, the imgui.ini is stored in the working directory (at least on Windows in v1.5.0), so by starting ImHex from terminal in different directory, I'm leaving random imgui.ini files around the filesystem.

@its0x08
Copy link

its0x08 commented Dec 17, 2020

I was about to open an issue about this too..
Its not comfy to have config file laying around and not even being hidden..
At leas make it hidden :D

@WerWolv
Copy link
Owner

WerWolv commented Dec 16, 2021

The .ini file is now correctly placed in $CONFIG_LOCATION/configs/interface.ini

@WerWolv WerWolv closed this as completed Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants