Merge pull request #691 from sittaneumayer/options

Allow access to 'Show in popup' checkbox while the service is disabled
This commit is contained in:
ManeraKai 2023-05-07 20:18:31 +03:00 committed by GitHub
commit 0be3f82d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -10,11 +10,11 @@ each val, service in services
h4(data-localise="__MSG_enable__") Enable
input(id=`${service}-enabled` type="checkbox")
div(id=service+"-opacity")
div(class="some-block option-block")
h4(data-localise="__MSG_showInPopup__") Show in popup
input(id=service type="checkbox")
div(class="some-block option-block")
h4(data-localise="__MSG_showInPopup__") Show in popup
input(id=service type="checkbox")
div(id=service+"-opacity")
div(class="some-block option-block")
h4