maybe fix

This commit is contained in:
Amaru8 2022-04-10 18:43:22 +02:00
parent 04b001b2c2
commit daca5f4249

View file

@ -66,7 +66,7 @@
app.showMenuPanel({
items: {
"save": {
name: "{{$root.getLz('action.openArtworkInBrowser')}}",
name: "$root.getLz('action.openArtworkInBrowser')",
action: () => {
window.open(app.getMediaItemArtwork(self.url, 1024, 1024))
}