Add:Book library filter for Share Open

This commit is contained in:
advplyr 2024-07-04 15:45:47 -05:00
parent d5f991ae4a
commit 277ff8a5a5
3 changed files with 11 additions and 0 deletions

View file

@ -229,6 +229,11 @@ export default {
text: this.$strings.LabelRSSFeedOpen,
value: 'feed-open',
sublist: false
},
{
text: this.$strings.LabelShareOpen,
value: 'share-open',
sublist: false
}
]
},