Skip to content

Commit

Permalink
add: Tell the user that the tags can be customized in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Odaimoko committed Apr 24, 2024
1 parent 352a72c commit 2f5870d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/react-view/task-table-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ function TaskPriorityIcon({oTask}: { oTask: OdaPmTask }): React.JSX.Element {
}

</HStack>
<label>
Customize priority tags in settings.
</label>
</div>} title={"Choose priority..."}/>;
}

Expand Down

0 comments on commit 2f5870d

Please sign in to comment.