Reorder Auto Repairs entries

This commit is contained in:
2Shirt 2022-10-22 19:12:02 -07:00
parent 0c27ba1e87
commit a91f47b226
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -71,11 +71,11 @@ BASE_MENUS = {
MenuEntry('Enable Defender Scans', 'auto_enable_defender'),
MenuEntry('Windows Defender', 'auto_microsoft_defender'),
MenuEntry('Remove Custom Power Plan', 'auto_remove_power_plan'),
MenuEntry('Reboot', 'auto_reboot'),
),
'Manual Steps': (
MenuEntry('AdwCleaner', 'auto_adwcleaner'),
MenuEntry('Malwarebytes (Install)', 'auto_mbam_install'),
MenuEntry('Reboot', 'auto_reboot'),
MenuEntry('AdwCleaner', 'auto_adwcleaner'),
MenuEntry('Malwarebytes (Run)', 'auto_mbam_run'),
MenuEntry('Malwarebytes (Uninstall)', 'auto_mbam_uninstall'),
MenuEntry('UninstallView', 'auto_uninstallview'),