Merge pull request #855 from Amaru8/patch-2
Added translatability to "Open artwork in browser"
This commit is contained in:
commit
ccfe2f6e4f
5 changed files with 8 additions and 1 deletions
|
@ -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))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue