Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 7 commits into from Apr 14, 2020
Next Next commit
[FIX] Can not save Unread Tray Icon Alert user preference (#16288)
  • Loading branch information
taiju271 committed Jan 23, 2020
commit a1079a5851bed6064f76ee4aa2cc56c7c34b6809
2 changes: 1 addition & 1 deletion app/ui-account/client/accountPreferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h1>{{_ "Notifications"}}</h1>
{{/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>
Expand Down