Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Classes/Settings/SettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ NewIssueTableViewControllerDelegate {
@IBOutlet weak var pushCell: UITableViewCell!
@IBOutlet weak var pushSettingsButton: UIButton!

override func viewDidLoad() {
override func viewDidLoad() {
super.viewDidLoad()

versionLabel.text = Bundle.main.prettyVersionString
markReadSwitch.isOn = NotificationModelController.readOnOpen
apiStatusView.layer.cornerRadius = 7
signatureSwitch.isOn = Signature.enabled
pushSettingsButton.accessibilityLabel = NSLocalizedString("How we send push notifications in GitHawk", comment: "")

updateBadge()

Expand Down