Fix QR button in settings

This commit is contained in:
Ilya Laktyushin
2021-12-08 21:02:34 +04:00
parent df205e6cd8
commit 0b159294fd
5 changed files with 36 additions and 28 deletions

View File

@@ -100,7 +100,7 @@ public struct PresentationResourcesRootController {
}
public static func navigationQrCodeIcon(_ theme: PresentationTheme) -> UIImage? {
return theme.image(PresentationResourceKey.navigationMoreCircledIcon.rawValue, { theme in
return theme.image(PresentationResourceKey.navigationQrCodeIcon.rawValue, { theme in
generateTintedImage(image: UIImage(bundleImageName: "Settings/QrIcon"), color: theme.rootController.navigationBar.accentTextColor)
})
}