Skip to content

Commit

Permalink
Update agent to Chrome 97
Browse files Browse the repository at this point in the history
The app is no longer starting, telling to update Chrome? Version 91 is from 2021... Maybe the company noticed this project...
  • Loading branch information
mimbrero committed Jan 28, 2022
1 parent 3928fc0 commit e064d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/whatsapp.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { BrowserWindow, Event, shell } from 'electron';
import WindowSettings from './settings/window-settings';

const USER_AGENT = 'Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4464.5 Safari/537.36';
const USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36';

export default class WhatsApp {
private readonly windowSettings: WindowSettings = new WindowSettings();
Expand Down

0 comments on commit e064d86

Please sign in to comment.