Skip to content

Commit

Permalink
Merge pull request #856 from myk002/myk_cp
Browse files Browse the repository at this point in the history
[gui/control-panel] adjust to new location of full text search var
  • Loading branch information
myk002 authored Oct 8, 2023
2 parents 728d902 + ba04508 commit 0759b6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gui/control-panel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,10 @@ local PREFERENCES = {
desc='The delay before scrolling quickly when holding the mouse button down on a scrollbar, in ms.'},
SCROLL_DELAY_MS={label='Mouse scroll repeat delay (ms)', type='int', default=20, min=5,
desc='The delay between events when holding the mouse button down on a scrollbar, in ms.'},
FILTER_FULL_TEXT={label='DFHack list filters search full text', type='bool', default=false,
desc='Whether to search for a match in the full text (true) or just at the start of words (false).'},
},
['utils']={
FILTER_FULL_TEXT={label='DFHack searches full text', type='bool', default=false,
desc='When searching, choose whether to match anywhere in the text (true) or just at the start of words (false).'},
},
}
local CPP_PREFERENCES = {
Expand Down

0 comments on commit 0759b6b

Please sign in to comment.