diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/setup_other.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index ff0e584fc..0fec8a99d 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -223,6 +223,9 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : new SetupItemCheckBox(_("Enable debug log"), "", "debugLog", this, "debugLogEvent"); + new SetupItemCheckBox(_("Enable OpenGL log"), "", + "debugOpenGL", this, "debugOpenGLEvent"); + new SetupItemCheckBox(_("Low traffic mode"), "", "lowTraffic", this, "lowTrafficEvent"); |