1
0
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:
NayamAmarshe 2024-05-15 15:49:26 +05:30 committed by GitHub
parent 0681854794
commit a455569a48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;