Enabled channel file transfer again

This commit is contained in:
WolverinDEV 2020-06-11 14:50:56 +02:00
parent 630dca9dfc
commit ad68dd4f71

View file

@ -396,7 +396,6 @@ export class ChannelEntry extends ChannelTreeEntry<ChannelEvents> {
icon_class: "client-filetransfer",
name: bold(tr("Open channel file browser")),
callback: () => spawnFileTransferModal(this.getChannelId()),
visible: false /* FIXME: Enable this */
}, {
type: contextmenu.MenuEntryType.ENTRY,
icon_class: "client-channel_switch",