Added translatability to "Open artwork in browser"
This commit is contained in:
parent
d7132cfe8e
commit
04b001b2c2
4 changed files with 7 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
app.showMenuPanel({
|
||||
items: {
|
||||
"save": {
|
||||
name: "Open artwork in browser",
|
||||
name: "{{$root.getLz('action.openArtworkInBrowser')}}",
|
||||
action: () => {
|
||||
window.open(app.getMediaItemArtwork(self.url, 1024, 1024))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue