From 5b7e2cd7b425cb44c01958af428f372c2d136d92 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Fri, 24 Feb 2017 20:26:48 -0500 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20show=20per-file=20detailed=20pr?= =?UTF-8?q?ogress=20by=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/Dashboard/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/Dashboard/index.js b/src/plugins/Dashboard/index.js index f638c2965..f3b3f7bf0 100644 --- a/src/plugins/Dashboard/index.js +++ b/src/plugins/Dashboard/index.js @@ -47,7 +47,7 @@ module.exports = class DashboardUI extends Plugin { height: 550, semiTransparent: false, defaultTabIcon: defaultTabIcon(), - showProgressDetails: true, + showProgressDetails: false, locale: defaultLocale }