Skip to content

Commit

Permalink
fix: add browser app name Microsoft Edge Beta on macOS (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
BelKed authored Jul 9, 2024
1 parent 2f3d1e8 commit ba1305d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ const browser_appnames = {
edge: [
'msedge.exe', // Windows
'Microsoft Edge', // macOS
'Microsoft Edge Beta', // macOS beta
'Microsoft-Edge-Stable', // Arch Linux: https://github.com/ActivityWatch/activitywatch/issues/753
'Microsoft-edge',
'microsoft-edge', // linux
Expand Down

1 comment on commit ba1305d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:

Screenshots using aw-server v0.12.3b18 (click to expand)

Screenshots using aw-server-rust master (click to expand)

Screenshots using aw-server-rust v0.12.3b18 (click to expand)

Please sign in to comment.