Skip to content

Commit

Permalink
[MS] Hide download button on electron (#9693)
Browse files Browse the repository at this point in the history
Co-authored-by: fabienSvstr <[email protected]>
  • Loading branch information
fabienSvtr and fabienSvstr authored Feb 13, 2025
1 parent 59cee1c commit 0f4240d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/views/viewers/FileViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<ion-button
class="file-viewer-topbar-buttons__item"
@click="downloadFile(contentInfo.path)"
v-if="isWeb()"
>
<ms-image
:image="Download"
Expand Down

0 comments on commit 0f4240d

Please sign in to comment.