From 91023f53ac00c4fafbf154d0960357e2b131a802 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 20 Dec 2012 00:58:35 +0300 Subject: add option for input logging. --- src/gui/setup_other.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/setup_other.cpp') diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index 0d6dc92ff..24b1837f9 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -229,6 +229,9 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : new SetupItemCheckBox(_("Enable OpenGL log"), "", "debugOpenGL", this, "debugOpenGLEvent"); + new SetupItemCheckBox(_("Enable input log"), "", + "logInput", this, "logInputEvent"); + new SetupItemCheckBox(_("Low traffic mode"), "", "lowTraffic", this, "lowTrafficEvent"); -- cgit v1.2.3-60-g2f50