mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-29 12:35:42 -04: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();
|
ImGui::CreateContext();
|
||||||
|
|
||||||
auto& io = ImGui::GetIO();
|
auto& io = ImGui::GetIO();
|
||||||
|
io.IniFilename = nullptr;
|
||||||
io.DisplaySize.x = static_cast<float>(m_window_width);
|
io.DisplaySize.x = static_cast<float>(m_window_width);
|
||||||
io.DisplaySize.y = static_cast<float>(m_window_height);
|
io.DisplaySize.y = static_cast<float>(m_window_height);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user