Skip to content

Commit

Permalink
fix: better edge browser support
Browse files Browse the repository at this point in the history
#420

Co-authored-by: Abubakar Yagoub <Abubakaryagob@gmail.com>
  • Loading branch information
ErikBjare and Blacksuan19 committed Nov 15, 2023
1 parent d1fb86b commit 9600814
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ const browser_appnames = {
'Microsoft Edge', // macOS
'Microsoft-Edge-Stable', // Arch Linux: https://github.com/ActivityWatch/activitywatch/issues/753
'Microsoft-edge',
'microsoft-edge', // linux
'microsoft-edge-beta', // linux beta
'microsoft-edge-dev', // linux dev
],
arc: [
'Arc', // macOS
Expand Down

1 comment on commit 9600814

@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.3b11 (click to expand)

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

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

Please sign in to comment.