zaafar / ClickableTransparentOverlay

A library for creating transparent overlay using windows API & ImGui.NET
Apache License 2.0
87 stars 33 forks source link

Disable INI #69

Closed TwoTenPvP closed 1 month ago

TwoTenPvP commented 4 months ago

It does not seem possible to disable the ini that is created to store state. An option for this would be nice so things can be handled with the Save and Load functions.

zaafar commented 4 months ago

Sounds like a imgui API request.

Does imgui API allow disabling the ini file? If yes, please share how.