diff --git a/src/ui/gui.cpp b/src/ui/gui.cpp index e10c1c7e..2c936b68 100644 --- a/src/ui/gui.cpp +++ b/src/ui/gui.cpp @@ -194,6 +194,9 @@ void gui::tick_game(float seconds) ImGuiIO& io = ImGui::GetIO(); + // Disable the ini file for now + io.IniFilename = nullptr; + // Init Texture if (!m_font) {