mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-09 05:50:08 +00:00
Update tabby-ssh/src/sftpContextMenu.ts
Co-authored-by: Eugeny <x@null.page>
This commit is contained in:
parent
e2a74a2f6e
commit
d710c5d3fa
@ -27,7 +27,7 @@ export class CommonSFTPContextMenu extends SFTPContextMenuItemProvider {
|
|||||||
click: async () => {
|
click: async () => {
|
||||||
await this.createDirectory(item, panel)
|
await this.createDirectory(item, panel)
|
||||||
},
|
},
|
||||||
label: this.translate.instant('Create Directory'),
|
label: this.translate.instant('Create directory'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
click: async () => {
|
click: async () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user