mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Flip favorite star icons
This commit is contained in:
parent
c8103e91c2
commit
0d5f36d9cb
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ struct UserList: View {
|
|||
print("💥 Save User VIP Error")
|
||||
}
|
||||
} label: {
|
||||
Label(user.vip ? "Un-Favorite" : "Favorite", systemImage: user.vip ? "star.fill" : "star.slash.fill")
|
||||
Label(user.vip ? "Un-Favorite" : "Favorite", systemImage: user.vip ? "star.slash.fill" : "star.fill")
|
||||
}
|
||||
Button {
|
||||
user.mute = !user.mute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue