settings: Show push notifications tooltip on stream specific row.

This commit fixes the bug about not showing the tooltip about push
notifications not being enabled on the server on checkbox in stream
specific notification row.
This commit is contained in:
Sahil Batra 2023-12-21 21:14:53 +05:30 committed by Tim Abbott
parent 99f29983a1
commit 415fb2014b
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
prefix=(lookup ../stream "stream_id")
is_checked=(lookup ../stream this)
is_disabled=(lookup ../is_disabled this)
is_mobile_checkbox=(eq this "push_notifications")
}}
{{/each}}
</tr>