From 253672af9238b20da2fb838d7fe4fc00a1772caa Mon Sep 17 00:00:00 2001 From: Sergey Date: Thu, 14 Jan 2021 02:23:59 +0300 Subject: [PATCH] Fix Hide Account in notification --- Nicegram/NGUI/Sources/NicegramSettingsController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nicegram/NGUI/Sources/NicegramSettingsController.swift b/Nicegram/NGUI/Sources/NicegramSettingsController.swift index 04f838a940f..f97bcc245d2 100644 --- a/Nicegram/NGUI/Sources/NicegramSettingsController.swift +++ b/Nicegram/NGUI/Sources/NicegramSettingsController.swift @@ -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)