mirror of
https://github.com/desktop/desktop
synced 2024-10-30 06:03:10 +00:00
add pulsar editor as an option
This commit is contained in:
parent
b794fa55be
commit
1315b179f7
1 changed files with 4 additions and 0 deletions
|
@ -147,6 +147,10 @@ const editors: ILinuxExternalEditor[] = [
|
|||
name: 'Mousepad',
|
||||
paths: ['/usr/bin/mousepad'],
|
||||
},
|
||||
{
|
||||
name: 'Pulsar',
|
||||
paths: ['/usr/bin/pulsar'],
|
||||
},
|
||||
]
|
||||
|
||||
async function getAvailablePath(paths: string[]): Promise<string | null> {
|
||||
|
|
Loading…
Reference in a new issue