From: Toni Wilen Date: Sat, 23 Jan 2021 13:49:46 +0000 (+0200) Subject: Fix power led dims when.. GUI option. X-Git-Tag: 4900~193 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=63fe5e1f25f431fdd1d2f6ec44bd32b09c984072;p=francis%2Fwinuae.git Fix power led dims when.. GUI option. --- 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 },