Remove '(BETA)' from app window title

This commit is contained in:
David Ernst
2019-04-06 23:51:29 -05:00
committed by GitHub
parent 0db89109a5
commit 109803e802

View File

@@ -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(),