🌈 style: 修复格式问题

This commit is contained in:
alger
2025-01-02 00:25:54 +08:00
parent 976a9afd2f
commit d870d0198f

View File

@@ -5,7 +5,7 @@ import { join } from 'path';
/**
* 初始化窗口管理相关的IPC监听
*/
export function initializeWindowManager(mainWindow: BrowserWindow) {
export function initializeWindowManager() {
ipcMain.on('minimize-window', (event) => {
const win = BrowserWindow.fromWebContents(event.sender);
if (win) {