Remove '(BETA)' from app window title
This commit is contained in:
@@ -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(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user