mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-17 11:18:36 +01:00
Update electron/utils/show-notification.ts
This commit is contained in:
parent
0681854794
commit
a455569a48
@ -1,6 +1,6 @@
|
||||
import { Notification } from "electron/main";
|
||||
import { turnOffNotifications } from "./config-variables";
|
||||
import * as fs from 'fs';
|
||||
import fs from 'fs';
|
||||
|
||||
export default function showNotification(title: string, body: string) {
|
||||
if (turnOffNotifications) return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user