Fix typo
This commit is contained in:
parent
719e6c457d
commit
b047b28f30
1 changed files with 1 additions and 1 deletions
|
|
@ -494,7 +494,7 @@ def build_menu(cli_mode=False, quick_mode=False):
|
||||||
menu.actions[name]['Disabled'] = True
|
menu.actions[name]['Disabled'] = True
|
||||||
|
|
||||||
# Live macOS actions
|
# Live macOS actions
|
||||||
if os.path.exists('.wk-live-macos'):
|
if os.path.exists('/.wk-live-macos'):
|
||||||
menu.actions['Clock Sync']['Separator'] = True
|
menu.actions['Clock Sync']['Separator'] = True
|
||||||
else:
|
else:
|
||||||
menu.actions['Clock Sync']['Disabled'] = True
|
menu.actions['Clock Sync']['Disabled'] = True
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue