Skip to content

Commit

Permalink
Simple tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreML committed Apr 6, 2024
1 parent 7f1982b commit 2580c05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tgui/packages/tgui/interfaces/KeyBinds.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ export const KeyBinds = (props) => {
</Flex.Item>
<Flex.Item>
<ButtonKeybind
tooltip="Search by key"
tooltipPosition="bottom-start"
icon="keyboard"
onFinish={(keysDown) => {
// The key(s) pressed by the user, byond-ified.
Expand Down

0 comments on commit 2580c05

Please sign in to comment.