notification_settings: Disable push notification opts when not configured.

This commit is contained in:
Sayam Samal 2023-11-29 01:29:10 +05:30 committed by Tim Abbott
parent c7e2306380
commit e09761c0f9
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@
{{> settings_checkbox
setting_name=this
is_checked=(lookup ../settings_object this)
is_disabled=(lookup ../show_push_notifications_tooltip this)
label=(lookup ../settings_label this)
show_push_notifications_tooltip=(lookup ../show_push_notifications_tooltip this)
prefix=../prefix}}