[FIX] Can not save Unread Tray Icon Alert user preference (#16288) (#16313)

pull/17198/head
taiju271 5 years ago committed by GitHub
parent 4e055c4f07
commit ae903c23b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/ui-account/client/accountPreferences.html

@ -102,7 +102,7 @@
{{/if}}
</div>
</div>
<div class="input-line double-col" id="unreadAlert">
<div class="input-line double-col" id="desktopNotificationRequireInteraction">
<label class="setting-label">{{_ "Notification_RequireInteraction"}}</label>
<div class="setting-field">
<label><input type="radio" name="desktopNotificationRequireInteraction" value="true" checked="{{checked 'desktopNotificationRequireInteraction' true}}"/> {{_ "On"}}</label>

Loading…
Cancel
Save