1
0
mirror of https://github.com/desktop/desktop synced 2024-07-05 00:58:57 +00:00

Remove geany as supported editor because it doesn't support opening a directory

This commit is contained in:
Brendan Forster 2023-07-03 17:04:21 -03:00
parent 749044086d
commit 6241472655

View File

@ -147,10 +147,6 @@ const editors: ILinuxExternalEditor[] = [
name: 'Notepadqq',
paths: ['/usr/bin/notepadqq'],
},
{
name: 'Geany',
paths: ['/usr/bin/geany'],
},
{
name: 'Mousepad',
paths: ['/usr/bin/mousepad'],