Update label and tooltip

This commit is contained in:
Jeffrey
2026-05-31 15:32:08 +02:00
parent 924772c3a0
commit 0c04709440

View File

@@ -800,7 +800,7 @@
</Popup> </Popup>
</StackPanel> </StackPanel>
<CheckBox x:Name="ShowCurrentlyAppliedTweaksCheckBox" Grid.Column="2" Content="Automatically check currently applied tweaks" IsChecked="True" Foreground="{DynamicResource FgColor}" VerticalAlignment="Center" AutomationProperties.Name="Check applied tweaks" ToolTip="Check all tweaks currently active on this system for the current user. Unchecking clears all selections."/> <CheckBox x:Name="ShowCurrentlyAppliedTweaksCheckBox" Grid.Column="2" Content="Detect applied tweaks" IsChecked="True" Foreground="{DynamicResource FgColor}" VerticalAlignment="Center" AutomationProperties.Name="Detect applied tweaks" ToolTip="Detect all tweaks currently applied for the current user."/>
<Border x:Name="TweakSearchBorder" Grid.Column="4"> <Border x:Name="TweakSearchBorder" Grid.Column="4">
<Border.Style> <Border.Style>