Don't use pointing hand cursor for the user's own projects
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user