Удалить неправильный коммент

This commit is contained in:
rosetta
2026-01-30 06:21:28 +02:00
parent 7b9346af4e
commit 9c1aa8ae3d

View File

@@ -2,10 +2,7 @@ import { ipcMain } from "electron";
import os from "os"; import os from "os";
import {machineId} from 'node-machine-id'; import {machineId} from 'node-machine-id';
/**
* Consturct device name.
* Ex: Macbook Pro M3
*/
ipcMain.handle('device:name', () => { ipcMain.handle('device:name', () => {
const type = os.type(); // 'Darwin', 'Windows_NT', 'Linux' const type = os.type(); // 'Darwin', 'Windows_NT', 'Linux'