mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 06:05:19 +00:00
Fix symlink icon in the project panel (#15537)
Closes https://github.com/zed-industries/zed/issues/15481 --- Release Notes: - N/A
This commit is contained in:
parent
236e72df38
commit
a6f73c10d1
1 changed files with 1 additions and 0 deletions
|
@ -2108,6 +2108,7 @@ impl ProjectPanel {
|
||||||
this.end_slot::<AnyElement>(
|
this.end_slot::<AnyElement>(
|
||||||
div()
|
div()
|
||||||
.id("symlink_icon")
|
.id("symlink_icon")
|
||||||
|
.pr_3()
|
||||||
.tooltip(move |cx| {
|
.tooltip(move |cx| {
|
||||||
Tooltip::text(format!("{path} • Symbolic Link"), cx)
|
Tooltip::text(format!("{path} • Symbolic Link"), cx)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue