Skip to content

Commit 7334c2e

Browse files
Use Hedron as the title instead of Electron (#665)
1 parent d7e6074 commit 7334c2e

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

apps/desktop/src/main/mainWindow.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export const createWindow = (): void => {
2626
show: false,
2727
autoHideMenuBar: !process.platform.startsWith('win'),
2828
...(process.platform === 'linux' ? { icon } : {}),
29+
title: 'Hedron',
2930
webPreferences: {
3031
preload: join(__dirname, '../preload/index.js'),
3132
sandbox: false,

apps/desktop/src/renderer/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Electron</title>
5+
<title>Hedron</title>
66
<meta http-equiv="Content-Security-Policy" content="default-src * 'unsafe-inline' blob:;" />
77
</head>
88

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "root",
3+
"productName": "Hedron",
34
"private": true,
45
"scripts": {
56
"dev": "lerna run dev --scope desktop",

0 commit comments

Comments
 (0)