Skip to content

Commit

Permalink
Update optionsDb.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
fdsprod authored Oct 18, 2017
1 parent 61a92e8 commit 0f2df46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/Mods/tech/Twitch/Options/optionsDb.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ return
lockUIPosition = DbOption.new():setValue(false):checkbox(),
showJoinPart = DbOption.new():setValue(false):checkbox(),
hideShowHotkey = DbOption.new():setValue(0):combo({
DbOption.Item(_('None')):Value(""),
DbOption.Item(_('Ctrl+Shift+NumPad .')):Value("Ctrl+Shift+[.]"),
DbOption.Item(_('NumPad .')):Value("[.]"),
DbOption.Item(_('NumPad -')):Value("[-]"),
DbOption.Item(_('NumPad /')):Value("[/]"),
Expand Down Expand Up @@ -131,4 +131,4 @@ return
r = 0.698,
}
})
}
}

0 comments on commit 0f2df46

Please sign in to comment.