mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-03 14:20:50 +08:00
🌈 style: 修复格式问题
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user