This commit is contained in:
@@ -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 |
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user