Appearance tweaks
actionLogDisplay had white-on-white text in dark mode: I've fixed color to be black now. added a title for the mini stream display during scans
This commit is contained in:
parent
13f39d5303
commit
20efaa2799
2 changed files with 4 additions and 0 deletions
|
|
@ -60,6 +60,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<div v-show="scanning">
|
||||
<h2 v-if="displayImageOnRight">
|
||||
Live stitching preview
|
||||
</h2>
|
||||
<mini-stream-display v-if="displayImageOnRight" />
|
||||
<action-log-display
|
||||
id="log-display"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue