finally
This commit is contained in:
parent
daca5f4249
commit
a047da449b
2 changed files with 2 additions and 2 deletions
|
@ -234,7 +234,7 @@ Update 09/04/2022 11:00 UTC
|
||||||
|
|
||||||
* `term.disablePrivateSession`: Added for `en_US`
|
* `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`
|
* `action.openArtworkInBrowser`: Added for `en_US`
|
||||||
|
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
app.showMenuPanel({
|
app.showMenuPanel({
|
||||||
items: {
|
items: {
|
||||||
"save": {
|
"save": {
|
||||||
name: "$root.getLz('action.openArtworkInBrowser')",
|
name: app.getLz('action.openArtworkInBrowser'),
|
||||||
action: () => {
|
action: () => {
|
||||||
window.open(app.getMediaItemArtwork(self.url, 1024, 1024))
|
window.open(app.getMediaItemArtwork(self.url, 1024, 1024))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue