|
|
@ -50,7 +50,7 @@ export const FileExplorerMenu = (props: FileExplorerMenuProps) => { |
|
|
|
{ |
|
|
|
{ |
|
|
|
action: 'importFromHttps', |
|
|
|
action: 'importFromHttps', |
|
|
|
title: 'Import files with https', |
|
|
|
title: 'Import files with https', |
|
|
|
icon: 'far fa-cloud-arrow-down', |
|
|
|
icon: 'far fa-globe', |
|
|
|
placement: 'top', |
|
|
|
placement: 'top', |
|
|
|
platforms: [appPlatformTypes.web, appPlatformTypes.desktop] |
|
|
|
platforms: [appPlatformTypes.web, appPlatformTypes.desktop] |
|
|
|
} |
|
|
|
} |
|
|
|