Adding "alpha" to the window Title
This commit is contained in:
parent
4535a8ae96
commit
ace7a684dc
@ -103,7 +103,7 @@ export async function createWindow() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
mainWindow.webContents.on("did-finish-load", () => {
|
mainWindow.webContents.on("did-finish-load", () => {
|
||||||
mainWindow?.setTitle("WorkAdventure Desktop");
|
mainWindow?.setTitle("WorkAdventure Desktop (alpha release)");
|
||||||
});
|
});
|
||||||
|
|
||||||
if (electronIsDev && process.env.LOCAL_APP_URL) {
|
if (electronIsDev && process.env.LOCAL_APP_URL) {
|
||||||
|
Loading…
Reference in New Issue
Block a user