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

Max Brunsfeld created

Change summary

crates/contacts_panel/src/contacts_panel.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/contacts_panel/src/contacts_panel.rs 🔗

@@ -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