This commit is contained in:
Amaru8 2022-04-11 13:33:38 +00:00 committed by GitHub
parent daca5f4249
commit a047da449b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -234,7 +234,7 @@ Update 09/04/2022 11:00 UTC
* `term.disablePrivateSession`: Added for `en_US`
Update 10/04/2022 22:30 UTC
Update 11/04/2022 13:45 UTC
* `action.openArtworkInBrowser`: Added for `en_US`

View file

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