메뉴바에 앱 이름 출력
This commit is contained in:
@@ -2,6 +2,8 @@ const { app, BrowserWindow } = require('electron');
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
const { registerAll } = require('./ipc');
|
const { registerAll } = require('./ipc');
|
||||||
|
|
||||||
|
app.setName('Photo Renamer');
|
||||||
|
|
||||||
let mainWindow;
|
let mainWindow;
|
||||||
|
|
||||||
function createWindow() {
|
function createWindow() {
|
||||||
|
|||||||
Reference in New Issue
Block a user