This commit is contained in:
@@ -258,7 +258,8 @@ export default {
|
||||
"TimeSpanMinutes",
|
||||
"TimeSpanSeconds",
|
||||
"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 |
@@ -59,6 +59,7 @@
|
||||
:style="cardTextStyle()"
|
||||
id="dropDiv"
|
||||
>
|
||||
<span v-if="!hasFiles()">{{ $ay.t("DropFilesHere") }}</span>
|
||||
<v-list three-line>
|
||||
<v-list-item
|
||||
v-for="item in displayList"
|
||||
|
||||
Reference in New Issue
Block a user