SteamTarget: Overlay: extendedLogging toggle

pull/183/head
Peter Repukat 2 years ago
parent 3533f3d18a
commit c3b874c1b5

@ -194,6 +194,7 @@ void Overlay::update()
Settings::StoreSettings();
}
}
ImGui::Checkbox("Extended logging", &Settings::extendedLogging);
ImGuiID dockspace_id = ImGui::GetID("GlosSI-DockSpace");
ImGui::DockSpace(dockspace_id);

Loading…
Cancel
Save