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 1062966 commit e2a7785Copy full SHA for e2a7785
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "codelab-turbowarp-desktop",
3
"description": "Desktop app for TurboWarp",
4
- "version": "0.1.1",
+ "version": "0.1.2",
5
"license": "GPL-3.0",
6
"author": {
7
"email": "contact@turbowarp.org",
src/main/index.js
@@ -18,7 +18,7 @@ const isWindows = process.platform === 'win32';
18
const isLinux = process.platform === 'linux';
19
20
const editorWindows = new Set();
21
-const editorWindowTitle = `TurboWarp Desktop ${version}`;
+const editorWindowTitle = `CodeLab TurboWarp Desktop ${version}`;
22
const filesToOpen = [];
23
let aboutWindow = null;
24
let settingsWindow = null;
0 commit comments