diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-09 16:52:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-09 16:52:57 -0400 |
commit | 0971a10ea41d3e16228ebdf6e48d6667625067a1 (patch) | |
tree | 1f4eb91caff05097dee8fffffcb6a981007ed4c6 /src/SMAPI.sln.DotSettings | |
parent | 288ef5dc0715339a3a0bf89975a6db7ab7408e2b (diff) | |
parent | ae7567674d480fbccf25b685d4ddceef01efcdb4 (diff) | |
download | SMAPI-0971a10ea41d3e16228ebdf6e48d6667625067a1.tar.gz SMAPI-0971a10ea41d3e16228ebdf6e48d6667625067a1.tar.bz2 SMAPI-0971a10ea41d3e16228ebdf6e48d6667625067a1.zip |
Merge pull request #838 from KhloeLeclair/clientlog
Improve log parser
Diffstat (limited to 'src/SMAPI.sln.DotSettings')
-rw-r--r-- | src/SMAPI.sln.DotSettings | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SMAPI.sln.DotSettings b/src/SMAPI.sln.DotSettings index 5b35c615..5cb13525 100644 --- a/src/SMAPI.sln.DotSettings +++ b/src/SMAPI.sln.DotSettings @@ -31,6 +31,8 @@ <s:Boolean x:Key="/Default/UserDictionary/Words/=craftables/@EntryIndexedValue">True</s:Boolean> <s:Boolean x:Key="/Default/UserDictionary/Words/=crossplatform/@EntryIndexedValue">True</s:Boolean> <s:Boolean x:Key="/Default/UserDictionary/Words/=cutscene/@EntryIndexedValue">True</s:Boolean> + <s:Boolean x:Key="/Default/UserDictionary/Words/=debounce/@EntryIndexedValue">True</s:Boolean> + <s:Boolean x:Key="/Default/UserDictionary/Words/=debounced/@EntryIndexedValue">True</s:Boolean> <s:Boolean x:Key="/Default/UserDictionary/Words/=decoratable/@EntryIndexedValue">True</s:Boolean> <s:Boolean x:Key="/Default/UserDictionary/Words/=devs/@EntryIndexedValue">True</s:Boolean> <s:Boolean x:Key="/Default/UserDictionary/Words/=fallbacks/@EntryIndexedValue">True</s:Boolean> |