mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
[Settings]Fix/improve settings/oobe text (#22276)
* correct the uid * Remove periods and generalize "Appearance & behavior" uid Descriptions don't need a period, unless they're full sentences. * simplify bold text to interactive elements the 3 changes from bold to code are for readability * rev feet * -1 ing
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
<StackPanel Orientation="Vertical">
|
||||
<labs:SettingsCard
|
||||
x:Uid="QuickAccent_EnableQuickAccent"
|
||||
x:Uid="PowerLauncher_EnablePowerLauncher"
|
||||
HeaderIcon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsPowerToysRun.png}"
|
||||
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabledGpoConfigured, Converter={StaticResource BoolNegationConverter}}">
|
||||
<ToggleSwitch
|
||||
|
||||
Reference in New Issue
Block a user