Skip to content

Commit

Permalink
Update to use expand icon instead
Browse files Browse the repository at this point in the history
  • Loading branch information
kommunarr committed Oct 24, 2024
1 parent d57111a commit 5a54142
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
:value="defaultViewingMode"
:select-names="viewingModeNames"
:select-values="viewingModeValues"
:icon="['fas', 'display']"
:icon="['fas', 'expand']"
@change="updateDefaultViewingMode"
/>
<ft-select
Expand Down
2 changes: 2 additions & 0 deletions src/renderer/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ import {
faEnvelope,
faExchangeAlt,
faExclamationCircle,
faExpand,
faExternalLinkAlt,
faEye,
faEyeSlash,
Expand Down Expand Up @@ -157,6 +158,7 @@ library.add(
faEnvelope,
faExchangeAlt,
faExclamationCircle,
faExpand,
faExternalLinkAlt,
faEye,
faEyeSlash,
Expand Down

0 comments on commit 5a54142

Please sign in to comment.