Merge remote-tracking branch 'upstream/dev' into dev

This commit is contained in:
2Shirt 2023-07-12 13:00:15 -07:00
commit 70bd04b999
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -342,7 +342,9 @@ def build_menu(cli_mode=False, quick_mode=False) -> cli.Menu:
# Skip CPU tests for TestStations
if os.path.exists(cfg.hw.TESTSTATION_FILE):
menu.options['CPU & Cooling']['Selected'] = False
menu.options['CPU (Sysbench)']['Selected'] = False
menu.options['CPU (Prime95)']['Selected'] = False
menu.options['CPU (Cooling)']['Selected'] = False
menu.options['System Info']['Selected'] = False
# Add CLI actions if necessary