Enabled channel file transfer again
This commit is contained in:
parent
630dca9dfc
commit
ad68dd4f71
1 changed files with 0 additions and 1 deletions
|
@ -396,7 +396,6 @@ export class ChannelEntry extends ChannelTreeEntry<ChannelEvents> {
|
||||||
icon_class: "client-filetransfer",
|
icon_class: "client-filetransfer",
|
||||||
name: bold(tr("Open channel file browser")),
|
name: bold(tr("Open channel file browser")),
|
||||||
callback: () => spawnFileTransferModal(this.getChannelId()),
|
callback: () => spawnFileTransferModal(this.getChannelId()),
|
||||||
visible: false /* FIXME: Enable this */
|
|
||||||
}, {
|
}, {
|
||||||
type: contextmenu.MenuEntryType.ENTRY,
|
type: contextmenu.MenuEntryType.ENTRY,
|
||||||
icon_class: "client-channel_switch",
|
icon_class: "client-channel_switch",
|
||||||
|
|
Loading…
Add table
Reference in a new issue