mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
feat(editor): persistent window layout between sessions (ImGui ini)
This commit is contained in:
parent
6e62cab8bc
commit
62cfb92c38
1 changed files with 1 additions and 0 deletions
|
|
@ -847,6 +847,7 @@ void EditorApp::initImGui() {
|
|||
ImGui::CreateContext();
|
||||
ImGuiIO& io = ImGui::GetIO();
|
||||
io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard;
|
||||
io.IniFilename = "wowee_editor_layout.ini";
|
||||
|
||||
ImGui::StyleColorsDark();
|
||||
ImGuiStyle& style = ImGui::GetStyle();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue