Auto-open scan section if enabled
Saving default to local storage has a problem: if you have ticked "scan", the section is not visible by default so it's easy to start a scan by accident. I've now forced it to be open if the scanCapture checkbox is true.
This commit is contained in:
parent
31faaaf161
commit
318c4088dd
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
|||
|
||||
<ul uk-accordion="multiple: true">
|
||||
<!--Show stack and scan if scan plugin is enabled-->
|
||||
<li v-if="scanUri">
|
||||
<li v-if="scanUri" :class="{ 'uk-open': scanCapture }">
|
||||
<a class="uk-accordion-title" href="#">Stack and Scan</a>
|
||||
<div class="uk-accordion-content">
|
||||
<div class="uk-margin">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue