update default window title and internals

This commit is contained in:
Sam Sneed 2024-08-12 18:38:02 -05:00
parent 8a2bf6c631
commit 3b07296b75
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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) => {