Remove '(BETA)' from app window title
This commit is contained in:
parent
0db89109a5
commit
109803e802
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ module.exports = {
|
|||
APP_NAME: APP_NAME,
|
||||
APP_TEAM: APP_TEAM,
|
||||
APP_VERSION: APP_VERSION,
|
||||
APP_WINDOW_TITLE: APP_NAME + ' (BETA)',
|
||||
APP_WINDOW_TITLE: APP_NAME,
|
||||
|
||||
CONFIG_PATH: getConfigPath(),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue