Add welcome message

This commit is contained in:
Fred Boniface
2023-10-04 11:53:14 +01:00
parent 41cc0b5ea1
commit daf7085d60
2 changed files with 4 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
export const version: string = '2023.10.1';
export const versionTag: string = '';
export const showWelcome: boolean = false;
export const showWelcome: boolean = true;