File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/Files.App/Views/Settings Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 246
246
Text=" {x:Bind Label}"
247
247
TextTrimming=" CharacterEllipsis"
248
248
TextWrapping=" NoWrap" />
249
+
250
+ <!-- TODO, decide if we want to add an indicator for custom actions -->
249
251
<Border
250
252
x:Name=" CustomizedIndicatorCircleBorder"
251
253
Width=" 8"
252
254
Height=" 8"
253
255
x:Load=" {x:Bind IsDefaultKey, Converter={StaticResource BoolNegationConverter}, Mode=OneWay}"
254
256
Background=" {ThemeResource SystemAccentColor}"
255
257
CornerRadius=" {StaticResource ControlCornerRadius}"
256
- ToolTipService.ToolTip=" {helpers:ResourceString Name=Customized}" />
258
+ ToolTipService.ToolTip=" {helpers:ResourceString Name=Customized}"
259
+ Visibility=" Collapsed" />
257
260
</StackPanel >
258
261
<TextBlock
259
262
Foreground=" {ThemeResource TextFillColorSecondaryBrush}"
You can’t perform that action at this time.
0 commit comments