From fbeac94c31a462c37ebc726a1e3b32f9df27824e Mon Sep 17 00:00:00 2001 From: tiddlygit-test Date: Fri, 14 Aug 2020 23:10:51 +0800 Subject: [PATCH] fix: Replace animated progress with loading text to save CPU --- src/components/main/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/main/index.js b/src/components/main/index.js index fc1cb99f..41a1cf32 100644 --- a/src/components/main/index.js +++ b/src/components/main/index.js @@ -348,8 +348,7 @@ const Main = ({ )} {Object.keys(workspaces).length > 0 && isLoading && ( - size={24} - Loading... /> + Loading.. )} {Object.keys(workspaces).length < 1 && (