From 63fe5e1f25f431fdd1d2f6ec44bd32b09c984072 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 23 Jan 2021 15:49:46 +0200 Subject: [PATCH] Fix power led dims when.. GUI option. --- od-win32/win32gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/od-win32/win32gui.cpp b/od-win32/win32gui.cpp index 0c2a99a8..15f2c747 100644 --- a/od-win32/win32gui.cpp +++ b/od-win32/win32gui.cpp @@ -4751,7 +4751,7 @@ static const struct miscentry misclist[] = { { 0, 1, _T("Right Control = Right Windows key"), &workprefs.right_control_is_right_win_key }, { 0, 0, _T("Windows shutdown/logoff notification"), &workprefs.win32_shutdown_notification }, { 0, 1, _T("Warn when attempting to close window"), &workprefs.win32_warn_exit }, - { 0, 1, _T("Power led dims when audio filter is disabled"), NULL, &workprefs.power_led_dim, 128, 0 }, + { 0, 1, _T("Power led dims when audio filter is disabled"), NULL, &workprefs.power_led_dim, 128, 255 }, { 0, 1, _T("Automatically capture mouse when window is activated"), &workprefs.win32_capture_always }, { 0, 0, _T("Debug memory space"), &workprefs.debug_mem }, { 0, 1, _T("Force hard reset if CPU halted"), &workprefs.crash_auto_reset }, -- 2.47.3