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 12e007e26..67b4e5b6b 100644
--- a/src/webview/dialogTitle.ts
+++ b/src/webview/dialogTitle.ts
@@ -2,7 +2,7 @@ import { ipcRenderer } from 'electron';
2 2
3const debug = require('../preload-safe-debug')('Ferdium:Plugin:DialogTitleHandler'); 3const debug = require('../preload-safe-debug')('Ferdium:Plugin:DialogTitleHandler');
4 4
5export class DialogTitleHandler { 5export default class DialogTitleHandler {
6 titleCache: { title: string }; 6 titleCache: { title: string };
7 7
8 constructor() { 8 constructor() {