From 210131ca184c3aa043371857c022aa1aa149efbf Mon Sep 17 00:00:00 2001 From: Aditya Mangalampalli Date: Fri, 15 Apr 2022 02:00:25 -0700 Subject: Matched casing for almost all replacements --- src/webview/notifications.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/webview/notifications.ts') diff --git a/src/webview/notifications.ts b/src/webview/notifications.ts index 73124b9a9..5ae99424c 100644 --- a/src/webview/notifications.ts +++ b/src/webview/notifications.ts @@ -2,7 +2,7 @@ import { ipcRenderer } from 'electron'; import { v1 as uuidV1 } from 'uuid'; -const debug = require('debug')('Ferdi:Notifications'); +const debug = require('debug')('Ferdium:Notifications'); export class NotificationsHandler { onNotify = (data: { title: string; options: any; notificationId: string }) => @@ -37,7 +37,7 @@ export const notificationsClassDefinition = `(() => { constructor(title = '', options = {}) { this.title = title; this.options = options; - window.ferdi.displayNotification(title, options) + window.ferdium.displayNotification(title, options) .then(() => { if (typeof (this.onClick) === 'function') { this.onClick(); -- cgit v1.2.3-70-g09d2