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
+1 -1
View File
@@ -103,7 +103,7 @@ export async function createWindow() {
});
mainWindow.webContents.on("did-finish-load", () => {
mainWindow?.setTitle("WorkAdventure Desktop");
mainWindow?.setTitle("WorkAdventure Desktop (alpha release)");
});
if (electronIsDev && process.env.LOCAL_APP_URL) {