mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-22 02:56:24 -07:00
refactor: remove root node and npm workflow deps
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { Notification, nativeImage } from 'electron';
|
||||
import electron from 'electron';
|
||||
import * as fs from 'fs';
|
||||
import { createLogger } from '../../logger';
|
||||
|
||||
const { Notification, nativeImage } = electron;
|
||||
const logger = createLogger('core:notification');
|
||||
|
||||
export function showDesktopNotification(
|
||||
|
||||
Reference in New Issue
Block a user