update default window title and internals
This commit is contained in:
parent
8a2bf6c631
commit
3b07296b75
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'">
|
||||
<title>F-Stopium</title>
|
||||
<title>Sneedium</title>
|
||||
<link href="./styles.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -12,7 +12,7 @@ window.addEventListener('DOMContentLoaded', () => {
|
|||
}
|
||||
|
||||
for (const type of ['chrome', 'node', 'electron']) {
|
||||
replaceText(`${type}-version`, 'fstopium-version')
|
||||
replaceText(`${type}-version`, 'sneedium-version')
|
||||
}
|
||||
const { ipcRenderer } = require('electron')
|
||||
ipcRenderer.on('windowmaker', (event, arg) => {
|
||||
|
|
Loading…
Reference in a new issue