Someone duplicated DisableUAC on your branch (#168)

* Added Disable UAC

* add it into XML bc i forgot

* fixed MiscTweaksDisableUAC

* Someone duplicated DisableUAC on your branch
This commit is contained in:
Sarah 2022-09-20 16:38:51 +02:00 committed by GitHub
parent d008e80f7a
commit 4086350132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,7 +179,6 @@
<CheckBox Name="MiscTweaksUTC" Content="Set Time to UTC (Dual Boot)" Margin="5,0"/>
<CheckBox Name="MiscTweaksDisableUAC" Content="Disable UAC" Margin="5,0"/>
<CheckBox Name="EssTweaksDeBloat" Content="Remove ALL MS Store Apps" Margin="5,0"/>
<CheckBox Name="MiscTweaksDisableUAC" Content="Disable UAC" Margin="5,0"/>
<Button Name="tweaksbutton" Background="AliceBlue" Content="Run Tweaks" Margin="20,10,20,0"/>
<Button Name="undoall" Background="AliceBlue" Content="Undo All Tweaks" Margin="20,5"/>