Network test working under macOS
This commit is contained in:
parent
f14f5e0d72
commit
1a26aead44
1 changed files with 2 additions and 2 deletions
|
|
@ -431,10 +431,10 @@ def build_menu(cli_mode=False, quick_mode=False):
|
||||||
|
|
||||||
# Compatibility checks
|
# Compatibility checks
|
||||||
if PLATFORM != 'Linux':
|
if PLATFORM != 'Linux':
|
||||||
for name in ('Audio Test', 'Keyboard Test', 'Network Test'):
|
for name in ('Audio Test', 'Keyboard Test'):
|
||||||
menu.actions[name]['Disabled'] = True
|
menu.actions[name]['Disabled'] = True
|
||||||
if PLATFORM not in ('Darwin', 'Linux'):
|
if PLATFORM not in ('Darwin', 'Linux'):
|
||||||
for name in ('Matrix', 'Tubes'):
|
for name in ('Matrix', 'Network Test', 'Tubes'):
|
||||||
menu.actions[name]['Disabled'] = True
|
menu.actions[name]['Disabled'] = True
|
||||||
|
|
||||||
# Done
|
# Done
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue