mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 07:05:05 -04:00
Remove duplicate instruction
This commit is contained in:
parent
94096aa13c
commit
ec520248b8
1 changed files with 0 additions and 2 deletions
|
@ -278,8 +278,6 @@ class PeersUI {
|
|||
descriptorInstructions = Localization.getTranslation("instructions.activate-share-mode-shared-file");
|
||||
}
|
||||
|
||||
files = await mime.addMissingMimeTypesToFiles(files);
|
||||
|
||||
if (files[0].type.split('/')[0] === 'image') {
|
||||
try {
|
||||
let imageUrl = await getThumbnailAsDataUrl(files[0], 80, null, 0.9);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue