Skip to content

Commit

Permalink
Display a better icon for the code markdown action
Browse files Browse the repository at this point in the history
  • Loading branch information
zapek committed Nov 10, 2024
1 parent 68610cc commit 9f1a6df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Latest release always available [here](https://github.com/zapek/Xeres/releases/l

## Quick try

Install then use a [ChatServer](https://retroshare.ch).
Install Xeres then connect to a [ChatServer](https://retroshare.ch).

## Getting Help

Expand Down
2 changes: 1 addition & 1 deletion ui/src/main/resources/view/custom/editorview.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</Button>
<Button fx:id="code" focusTraversable="false">
<graphic>
<FontIcon iconLiteral="mdi2c-code-braces"/>
<FontIcon iconLiteral="mdi2f-file-code-outline"/>
</graphic>
<tooltip>
<Tooltip showDuration="1m" text="%editor.action.code"/>
Expand Down

0 comments on commit 9f1a6df

Please sign in to comment.