mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00:00
Qt: Don't create imgui.ini
This commit is contained in:
parent
d32383bd95
commit
c6d6b0405f
|
@ -42,6 +42,7 @@ bool QtDisplayWindow::createImGuiContext()
|
|||
ImGui::CreateContext();
|
||||
|
||||
auto& io = ImGui::GetIO();
|
||||
io.IniFilename = nullptr;
|
||||
io.DisplaySize.x = static_cast<float>(m_window_width);
|
||||
io.DisplaySize.y = static_cast<float>(m_window_height);
|
||||
|
||||
|
|
Loading…
Reference in a new issue