Merge pull request #855 from Amaru8/patch-2

Added translatability to "Open artwork in browser"
This commit is contained in:
cryptofyre 2022-04-12 09:49:19 -05:00 committed by GitHub
commit ccfe2f6e4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 1 deletions

View file

@ -67,7 +67,7 @@
app.showMenuPanel({
items: {
"save": {
name: "Open artwork in browser",
name: app.getLz('action.openArtworkInBrowser'),
action: () => {
window.open(app.getMediaItemArtwork(self.url, 1024, 1024))
}