mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 20:01:33 +00:00
Don't use pointing hand cursor for the user's own projects
This commit is contained in:
parent
334f246df3
commit
834c485300
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue