메뉴바에 앱 이름 출력

This commit is contained in:
2026-05-15 22:48:36 +09:00
parent 62bca7cd60
commit 391a8c59a5
+2
View File
@@ -2,6 +2,8 @@ const { app, BrowserWindow } = require('electron');
const path = require('path');
const { registerAll } = require('./ipc');
app.setName('Photo Renamer');
let mainWindow;
function createWindow() {