(filePath, thumbnail)
| 4160 | { |
| 4161 | label: 'HTTPS / SSL', |
| 4162 | click: () => { |
| 4163 | if (mainWindow && !mainWindow.isDestroyed()) { |
| 4164 | mainWindow.webContents.send('open-https-settings'); |
| 4165 | } |
| 4166 | } |
| 4167 | } |
| 4168 | ] |
| 4169 | }, |
| 4170 | { |
| 4171 | label: 'Tools', |
| 4172 | submenu: [ |
| 4173 | { |