Skip to content

Commit

Permalink
Remove Orion completely
Browse files Browse the repository at this point in the history
  • Loading branch information
macgill4444 committed Oct 26, 2023
1 parent 0d00b95 commit 2ef84d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ActiveWinCLI/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func getActiveBrowserTabURLAppleScriptCommand(_ appId: String) -> String? {
end tell
window_data
"""
case "com.apple.Safari", "com.apple.SafariTechnologyPreview", "com.kagi.kagimacOS":
case "com.apple.Safari", "com.apple.SafariTechnologyPreview":
return """
tell app id \"\(appId)\"
set window_url to URL of front document
Expand Down

0 comments on commit 2ef84d0

Please sign in to comment.