mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-30 00:41:24 +00:00
Add Select All option to Edit menu
This commit is contained in:
parent
ac8a64f5e5
commit
9a26078e34
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ const baseTemplate = [
|
||||||
{
|
{
|
||||||
role: 'paste',
|
role: 'paste',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
role: 'selectall',
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue