mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-08 04:54:47 +02:00
Update initial server connection to not block the home page
This commit is contained in:
parent
cbdc3513c7
commit
03225957aa
3 changed files with 5 additions and 5 deletions
|
@ -34,7 +34,7 @@ export default {
|
|||
return this.$store.state.attemptingConnection
|
||||
},
|
||||
icon() {
|
||||
if (!this.user) return null // hide when not connected to server
|
||||
if (!this.user && !this.attemptingConnection) return null // hide when not connected to server
|
||||
|
||||
if (this.attemptingConnection) {
|
||||
return 'cloud_sync'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue