Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/special2'
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnallfot committed Mar 25, 2024
2 parents 8e3c150 + 0e57c86 commit ff7804f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LoopFollow/ViewControllers/RemoteViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ class RemoteViewController: UIViewController {
}

@IBAction func calendarButtonTapped(_ sender: Any) {
let urlString = "shortcuts://run-shortcut?name=Hälsologg"
let urlString = "shortcuts://run-shortcut?name=Healthlog"
if let url = URL(string: urlString) {
UIApplication.shared.open(url, options: [:], completionHandler: nil)
}
}

@IBAction func menuButtonTapped(_ sender: Any) {
let urlString = "shortcuts://run-shortcut?name=Räkna%20KH%20(Excel)"
let urlString = "shortcuts://run-shortcut?name=Carbcount"
if let url = URL(string: urlString) {
UIApplication.shared.open(url, options: [:], completionHandler: nil)
}
Expand Down

0 comments on commit ff7804f

Please sign in to comment.