aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/dialogTitle.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/dialogTitle.ts')
-rw-r--r--src/webview/dialogTitle.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/dialogTitle.ts b/src/webview/dialogTitle.ts
index f9a1aac6f..393c2499f 100644
--- a/src/webview/dialogTitle.ts
+++ b/src/webview/dialogTitle.ts
@@ -1,6 +1,6 @@
1import { ipcRenderer } from 'electron'; 1import { ipcRenderer } from 'electron';
2 2
3const debug = require('debug')('Ferdi:Plugin:DialogTitleHandler'); 3const debug = require('debug')('Ferdium:Plugin:DialogTitleHandler');
4 4
5export class DialogTitleHandler { 5export class DialogTitleHandler {
6 titleCache: { title: string }; 6 titleCache: { title: string };