Skip to content

Commit

Permalink
show state in settings overview
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Dec 9, 2024
1 parent d84ef8c commit 723cf3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ internal final class SettingsViewController: UITableViewController {
profileCell.updateCell(cellViewModel: ProfileViewModel(context: dcContext))
connectivityCell.detailTextLabel?.text = DcUtils.getConnectivityString(dcContext: dcContext,
connectedString: String.localized("connectivity_connected"))
notificationCell.detailTextLabel?.text = String.localized(dcContext.isMuted() ? "off" : "on")
}

// MARK: - coordinator
Expand Down

0 comments on commit 723cf3d

Please sign in to comment.