tweak some variables here and there

This commit is contained in:
2025-11-19 23:04:52 -05:00
parent ab65eb7c58
commit 009b285baa
5 changed files with 17 additions and 12 deletions

View File

@@ -193,6 +193,9 @@ namespace anm2ed
io.IniFilename = nullptr;
io.ConfigFlags |= ImGuiConfigFlags_DockingEnable;
io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard;
io.KeyRepeatDelay = settings.keyboardRepeatDelay;
io.KeyRepeatRate = settings.keyboardRepeatRate;
ImGui::GetStyle().FontScaleMain = settings.uiScale;
io.ConfigWindowsMoveFromTitleBarOnly = true;
ImGui::LoadIniSettingsFromDisk(settings_path().c_str());