Added translatability to "Open artwork in browser"

This commit is contained in:
Amaru8 2022-04-10 16:33:57 +00:00 committed by GitHub
parent d7132cfe8e
commit 04b001b2c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 1 deletions

View file

@ -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))
}