bug fixed
This commit is contained in:
parent
caf46d7bd4
commit
a45fef82ee
|
@ -148,10 +148,10 @@ class WindowPooler {
|
|||
}
|
||||
}
|
||||
|
||||
type Activated = {
|
||||
interface Activated {
|
||||
notification: Notification;
|
||||
browserWindow: Electron.BrowserWindow;
|
||||
};
|
||||
}
|
||||
|
||||
export class NotificationService {
|
||||
private readonly __defaultOptions: DefaultOptions;
|
||||
|
@ -482,8 +482,6 @@ export class NotificationService {
|
|||
}
|
||||
|
||||
private __templateUrl(notification: Notification): string {
|
||||
let u: string = '';
|
||||
|
||||
const filePath2Url = (filePath: string) => {
|
||||
return url.format({
|
||||
protocol: 'file:',
|
||||
|
|
Loading…
Reference in New Issue
Block a user