Skip to content

Commit

Permalink
Fix Orion browser support
Browse files Browse the repository at this point in the history
  • Loading branch information
macgill4444 committed Oct 26, 2023
1 parent 3936791 commit 05ea80c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/ActiveWinCLI/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ func getActiveBrowserTabURLAppleScriptCommand(_ appId: String) -> String? {
set window_name to name of front window
set window_mode to "normal"
set window_data to window_url & "+++++" & window_name & "+++++" & window_mode
window_data
end tell'
end tell
window_data
"""
case "company.thebrowser.Browser", "com.sigmaos.sigmaos.macos", "com.SigmaOS.SigmaOS":
return """
Expand Down

0 comments on commit 05ea80c

Please sign in to comment.