Leave Apply ITS Settings unchecked by default

This commit is contained in:
2Shirt 2023-02-14 17:51:10 -08:00
parent dfecfa637d
commit 67fff6d1a5
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -41,7 +41,7 @@ BASE_MENUS = {
MenuEntry('Software Bundle', 'auto_install_software_bundle'),
),
'Configure System': (
MenuEntry('Apply ITS Settings', 'auto_apply_its_settings'),
MenuEntry('Apply ITS Settings', 'auto_apply_its_settings', selected=False),
MenuEntry('Open-Shell', 'auto_config_open_shell', selected=False),
MenuEntry('Disable Fast Startup', 'auto_disable_fast_startup', selected=False),
MenuEntry('Disable Telemetry', 'auto_shutup_10'),