mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-06 20:08:48 +02:00
Update initial server connection to not block the home page
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user