Skip to content

Commit

Permalink
NMC 2611 - Select menu image icon change
Browse files Browse the repository at this point in the history
  • Loading branch information
TSI-amrutwaghmare committed Apr 15, 2024
1 parent 281243c commit 64e8320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iOSClient/NCImageCache.swift
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ import RealmSwift
images.offlineFlag = UIImage(named: "offlineFlag")!
images.local = UIImage(named: "local")!

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

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

0 comments on commit 64e8320

Please sign in to comment.