mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-21 00:11:27 -07:00
refactor: remove root node and npm workflow deps
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import { globalShortcut } from 'electron';
|
||||
import electron from 'electron';
|
||||
|
||||
const { globalShortcut } = electron;
|
||||
|
||||
export function isGlobalShortcutRegisteredSafe(accelerator: string): boolean {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user