From 109803e8027c07b1e35eb5cdef4c8953b24072d8 Mon Sep 17 00:00:00 2001 From: David Ernst Date: Sat, 6 Apr 2019 23:51:29 -0500 Subject: [PATCH] Remove '(BETA)' from app window title --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 6f478bee..a58342ce 100644 --- a/src/config.js +++ b/src/config.js @@ -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(),