Skip to content

Commit 8134a8b

Browse files
NMC 2611 - Select menu image icon change
1 parent 6801993 commit 8134a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iOSClient/NCImageCache.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ import RealmSwift
260260
images.offlineFlag = UIImage(named: "offlineFlag")!
261261
images.local = UIImage(named: "local")!
262262

263-
images.checkedYes = utility.loadImage(named: "checkmark.circle.fill", color: .systemBlue)
264-
images.checkedNo = utility.loadImage(named: "circle", color: .systemGray)
263+
images.checkedYes = UIImage(named: "checkedYes")!
264+
images.checkedNo = utility.loadImage(named: "circle")
265265

266266
images.buttonMore = UIImage(named: "more")!.image(color: .systemGray, size: 50)
267267
images.buttonStop = UIImage(named: "stop")!.image(color: .systemGray, size: 50)

0 commit comments

Comments
 (0)