A duplicate Warning is displayed if the same file is added twice to the merging process

This commit is contained in:
ge64qev
2024-05-10 10:53:27 +02:00
parent 7ba0067688
commit c1fea7c92f
2 changed files with 20 additions and 2 deletions

View File

@@ -8,3 +8,7 @@
overflow-y: auto;
white-space: pre-wrap;
}
.duplicate-warning {
color: red;
font-weight: bold;
}