From 333cc7b5a8f8ba28292c0826b24765f4633d434e Mon Sep 17 00:00:00 2001 From: SuYao Date: Wed, 18 Jun 2025 23:14:54 +0800 Subject: [PATCH] fix: lint (#7333) --- src/main/ipc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/ipc.ts b/src/main/ipc.ts index c759a52906..1fc398b8c6 100644 --- a/src/main/ipc.ts +++ b/src/main/ipc.ts @@ -7,7 +7,7 @@ import { handleZoomFactor } from '@main/utils/zoom' import { FeedUrl } from '@shared/config/constant' import { IpcChannel } from '@shared/IpcChannel' import { Shortcut, ThemeMode } from '@types' -import { dialog, BrowserWindow, ipcMain, session, shell } from 'electron' +import { BrowserWindow, dialog, ipcMain, session, shell } from 'electron' import log from 'electron-log' import { Notification } from 'src/renderer/src/types/notification'