teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

非公開項目が表示されていた

2019/11/18 09:06

投稿

y-ymo10
y-ymo10

スコア6

title CHANGED
File without changes
body CHANGED
@@ -48,13 +48,13 @@
48
48
  const Menu = electron.Menu;
49
49
  const dialog = electron.dialog;
50
50
  const ejse = require('ejs-electron');
51
- const ipcMain = electron.ipcMain;
51
+ //const ipcMain = electron.ipcMain;
52
52
  function showAboutDialog() {
53
53
  dialog.showMessageBox({
54
54
  type: 'info',
55
55
  buttons: ['OK'],
56
56
  message: 'About This App',
57
- detail: 'This app was created by @sb-i.jp'
57
+ detail: ''
58
58
  });
59
59
  }
60
60