We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea26784 commit b2017a4Copy full SHA for b2017a4
main.js
@@ -218,8 +218,19 @@ const template = [
218
await shell.openExternal('https://rapidpowerestimator.readthedocs.io/en/latest/');
219
},
220
221
+ {
222
+ label: 'About',
223
+ click: () => {
224
+ dialog.showMessageBox(mainWindow, {
225
+ type: 'info',
226
+ title: 'Rapid Power Estimator',
227
+ message: 'Rapid Power Estimator\nVersion: 0.0.1\nAuthor: © 2024 Rapid Silicon Inc. \nType: Engineering',
228
+ buttons: ['OK'],
229
+ });
230
+ },
231
232
],
- },
233
234
];
235
236
const startFlaskServer = () => {
0 commit comments