Don't use pointing hand cursor for the user's own projects

This commit is contained in:
Max Brunsfeld 2022-05-10 14:46:42 -07:00
parent 334f246df3
commit 834c485300

View File

@ -285,7 +285,7 @@ impl ContactsPanel {
.boxed()
},
)
.with_cursor_style(if is_host || is_shared {
.with_cursor_style(if !is_host && is_shared {
CursorStyle::PointingHand
} else {
CursorStyle::Arrow