Skip to content

Commit 8b771c6

Browse files
committed
Hide indicator
1 parent e5e9a8f commit 8b771c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Files.App/Views/Settings/ActionsPage.xaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,14 +246,17 @@
246246
Text="{x:Bind Label}"
247247
TextTrimming="CharacterEllipsis"
248248
TextWrapping="NoWrap" />
249+
250+
<!-- TODO, decide if we want to add an indicator for custom actions -->
249251
<Border
250252
x:Name="CustomizedIndicatorCircleBorder"
251253
Width="8"
252254
Height="8"
253255
x:Load="{x:Bind IsDefaultKey, Converter={StaticResource BoolNegationConverter}, Mode=OneWay}"
254256
Background="{ThemeResource SystemAccentColor}"
255257
CornerRadius="{StaticResource ControlCornerRadius}"
256-
ToolTipService.ToolTip="{helpers:ResourceString Name=Customized}" />
258+
ToolTipService.ToolTip="{helpers:ResourceString Name=Customized}"
259+
Visibility="Collapsed" />
257260
</StackPanel>
258261
<TextBlock
259262
Foreground="{ThemeResource TextFillColorSecondaryBrush}"

0 commit comments

Comments
 (0)