mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 05:37:29 +03:00
Don't use pointing hand cursor for the user's own projects
This commit is contained in:
parent
334f246df3
commit
834c485300
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user