UI - Don't let ImGui save its settings
This commit is contained in:
parent
1225e1b8a7
commit
6427001c83
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ T_Window::T_Window( )
|
||||||
using namespace ImGui;
|
using namespace ImGui;
|
||||||
StyleColorsDark( );
|
StyleColorsDark( );
|
||||||
ImGuiIO& io{ GetIO( ) };
|
ImGuiIO& io{ GetIO( ) };
|
||||||
|
io.IniFilename = nullptr;
|
||||||
{
|
{
|
||||||
ImFontConfig cfg;
|
ImFontConfig cfg;
|
||||||
cfg.SizePixels = 13.0f;
|
cfg.SizePixels = 13.0f;
|
||||||
|
|
Loading…
Reference in a new issue