add remote loading image setting

This commit is contained in:
radixrat
2023-02-02 13:53:57 -08:00
parent 331d7e9792
commit 40be9885c5
7 changed files with 56 additions and 12 deletions

View File

@@ -252,7 +252,7 @@ struct ContentView: View {
Button {
isSideBarOpened.toggle()
} label: {
ProfilePicView(pubkey: damus_state!.pubkey, size: 32, highlight: .none, profiles: damus_state!.profiles)
ProfilePicView(pubkey: damus_state!.pubkey, size: 32, highlight: .none, profiles: damus_state!.profiles, contacts: damus_state!.contacts)
}
}