simplified a condition

pull/1856/head
antelle 2 years ago
parent cbb9a8dbd0
commit 4ed8a67eda
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

@ -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(

Loading…
Cancel
Save