Merge pull request #691 from sittaneumayer/options

Allow access to 'Show in popup' checkbox while the service is disabled
このコミットが含まれているのは:
ManeraKai 2023-05-07 20:18:31 +03:00 committed by GitHub
コミット 0be3f82d02
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更4行の追加4行の削除

ファイルの表示

@ -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