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.

(cherry picked from commit 415fb2014b)
This commit is contained in:
Sahil Batra 2023-12-21 21:14:53 +05:30 committed by Alex Vandiver
parent 4e549e684f
commit f799190bea
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>