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;
|
||||
StyleColorsDark( );
|
||||
ImGuiIO& io{ GetIO( ) };
|
||||
io.IniFilename = nullptr;
|
||||
{
|
||||
ImFontConfig cfg;
|
||||
cfg.SizePixels = 13.0f;
|
||||
|
|
Loading…
Reference in a new issue