Skip to content

Commit c1889ee

Browse files
committed
ux: try to convert repo's path to relative path to user's home
Signed-off-by: leo <longshuang@msn.cn>
1 parent 56c9b8e commit c1889ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/QuickLauncher.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
VerticalAlignment="Center"
165165
IsHitTestVisible="False">
166166
<Run Text="{Binding Name, Mode=OneWay}"/>
167-
<Run Text="{Binding Id, Mode=OneWay, StringFormat=({0})}" Foreground="{DynamicResource Brush.FG2}"/>
167+
<Run Text="{Binding Id, Mode=OneWay, StringFormat=({0}), Converter={x:Static c:PathConverters.RelativeToHome}}" Foreground="{DynamicResource Brush.FG2}"/>
168168
</TextBlock>
169169
</Grid>
170170
</DataTemplate>

0 commit comments

Comments
 (0)