From 33435342e92566ba51807c02d995e60fa295d920 Mon Sep 17 00:00:00 2001 From: sittaneumayer <79370369+sittaneumayer@users.noreply.github.com> Date: Thu, 4 May 2023 19:55:09 +0300 Subject: Allow access to 'Show in popup' checkbox while the service is disabled --- src/pages/options/widgets/services.pug | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/pages/options') diff --git a/src/pages/options/widgets/services.pug b/src/pages/options/widgets/services.pug index 88be0786..6530bacf 100644 --- a/src/pages/options/widgets/services.pug +++ b/src/pages/options/widgets/services.pug @@ -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 -- cgit 1.4.1