메뉴바에 앱 이름 출력
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user