mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
fix: Replace animated progress with loading text to save CPU
This commit is contained in:
parent
23e85ad676
commit
fbeac94c31
1 changed files with 1 additions and 2 deletions
|
|
@ -348,8 +348,7 @@ const Main = ({
|
|||
)}
|
||||
{Object.keys(workspaces).length > 0 && isLoading && (
|
||||
<Typography type="body1" color="textSecondary">
|
||||
size={24}
|
||||
Loading... />
|
||||
Loading..
|
||||
</Typography>
|
||||
)}
|
||||
{Object.keys(workspaces).length < 1 && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue