simplified a condition

This commit is contained in:
antelle 2021-04-18 18:57:38 +02:00
parent cbb9a8dbd0
commit 4ed8a67eda
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ async function processFirstMessageFromSocket(socket, message) {
state.extensionName = extensionName;
state.pid = message.pid;
state.ppid = message.ppid;
state.supportsNotifications = state.appName !== 'Safari';
state.supportsNotifications = !isSafari;
state.processingData = false;
logger.info(