This commit is contained in:
2020-10-09 17:09:11 +00:00
parent b6ec4078c5
commit 2cb510425e
3 changed files with 4 additions and 2 deletions

View File

@@ -258,7 +258,8 @@ export default {
"TimeSpanMinutes", "TimeSpanMinutes",
"TimeSpanSeconds", "TimeSpanSeconds",
"DirectNotification", "DirectNotification",
"UpdateAvailable" "UpdateAvailable",
"DropFilesHere"
], ],
//////////////////////////////////////////////////////// ////////////////////////////////////////////////////////

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@@ -59,6 +59,7 @@
:style="cardTextStyle()" :style="cardTextStyle()"
id="dropDiv" id="dropDiv"
> >
<span v-if="!hasFiles()">{{ $ay.t("DropFilesHere") }}</span>
<v-list three-line> <v-list three-line>
<v-list-item <v-list-item
v-for="item in displayList" v-for="item in displayList"