Network test working under macOS

This commit is contained in:
2Shirt 2020-01-28 18:38:33 -07:00
parent f14f5e0d72
commit 1a26aead44
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -431,10 +431,10 @@ def build_menu(cli_mode=False, quick_mode=False):
# Compatibility checks
if PLATFORM != 'Linux':
for name in ('Audio Test', 'Keyboard Test', 'Network Test'):
for name in ('Audio Test', 'Keyboard Test'):
menu.actions[name]['Disabled'] = True
if PLATFORM not in ('Darwin', 'Linux'):
for name in ('Matrix', 'Tubes'):
for name in ('Matrix', 'Network Test', 'Tubes'):
menu.actions[name]['Disabled'] = True
# Done