Skip to content

Commit

Permalink
Fix file ending for structure pngs
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Aug 1, 2024
1 parent 44c5408 commit 4b9b2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/StructureViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export default {
transparent: true,
});
this.stage.viewer.setLight(undefined, undefined, undefined, this.$vuetify.theme.dark ? 0.4 : 0.2)
download(blob, `${title}.pdb`)
download(blob, `${title}.png`)
this.isSpinning = wasSpinning;
},
handleMakePDB() {
Expand Down

0 comments on commit 4b9b2d8

Please sign in to comment.