add pulsar editor as an option

This commit is contained in:
Daeraxa 2023-09-15 17:04:32 +01:00
parent b794fa55be
commit 1315b179f7

View file

@ -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> {