Skip to content

Commit

Permalink
small help text for status; fixes #17
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhrst committed Mar 23, 2024
1 parent 567d198 commit 59e9408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewer/KeyShortcuts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function ControlShortcutEditPopup<T extends keyof ShortcutsState>(
</button>
</>}
</h2>
<h3>Status</h3>
<h3>Status <span title="The status shows whether a button is disabled (cannot be used right now), or active (the button toggles a state that is active right now)"><Icon iconName="info" /></span></h3>
<div>
{disabled && "[disabled]"} {activated && "[active]"}
{!(disabled || activated) && "normal"}
Expand Down

0 comments on commit 59e9408

Please sign in to comment.