mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -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 && (
|
{Object.keys(workspaces).length > 0 && isLoading && (
|
||||||
<Typography type="body1" color="textSecondary">
|
<Typography type="body1" color="textSecondary">
|
||||||
size={24}
|
Loading..
|
||||||
Loading... />
|
|
||||||
</Typography>
|
</Typography>
|
||||||
)}
|
)}
|
||||||
{Object.keys(workspaces).length < 1 && (
|
{Object.keys(workspaces).length < 1 && (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue