Skip to content

Commit ff222af

Browse files
committed
Fixed bug where you could not cancel output buffer fading
1 parent a451ad8 commit ff222af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptingoptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ tConfigurationNumericOption OptionsTable [] = {
113113
{"enable_triggers", true, O(m_enable_triggers)},
114114
{"enable_trigger_sounds", true, O(m_enable_trigger_sounds)},
115115
{"escape_deletes_input", false, O(m_bEscapeDeletesInput)},
116-
{"fade_output_buffer_after_seconds", 0, O(m_iFadeOutputBufferAfterSeconds), 5, 3600, OPT_UPDATE_VIEWS }, // seconds to wait before fading
116+
{"fade_output_buffer_after_seconds", 0, O(m_iFadeOutputBufferAfterSeconds), 0, 3600, OPT_UPDATE_VIEWS }, // seconds to wait before fading
117117
{"fade_output_opacity_percent", 20, O(m_FadeOutputOpacityPercent), 0, 100, OPT_UPDATE_VIEWS }, // percent to fade to
118118
{"fade_output_seconds", 8, O(m_FadeOutputSeconds), 1, 60, OPT_UPDATE_VIEWS }, // how many seconds to take to fade
119119
{"flash_taskbar_icon", false, O(m_bFlashIcon)},

0 commit comments

Comments
 (0)