Skip to content

Commit

Permalink
Fix Hide Account in notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylmakalle committed Jan 13, 2021
1 parent fcedad3 commit 253672a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nicegram/NGUI/Sources/NicegramSettingsController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ private func nicegramSettingsControllerEntries(presentationData: PresentationDat
presentationData.strings.Notifications_Title.uppercased()))
entries.append(.hideAccountInNotification(
l("NicegramSettings.Notifications.hideAccountInNotification", locale),
NGSettings.hideNotifyAccount
VarNGSharedSettings.hideNotifyAccountName
))
entries.append(.hideAccountInNotificationNotice(
l("NicegramSettings.Notifications.hideAccountInNotificationNotice", locale)
Expand Down

0 comments on commit 253672a

Please sign in to comment.