Adding "alpha" to the window Title

This commit is contained in:
David Négrier 2022-03-07 18:10:26 +01:00
parent 4535a8ae96
commit ace7a684dc

View File

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