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
|
||||
|
||||
# Live macOS actions
|
||||
if os.path.exists('.wk-live-macos'):
|
||||
if os.path.exists('/.wk-live-macos'):
|
||||
menu.actions['Clock Sync']['Separator'] = True
|
||||
else:
|
||||
menu.actions['Clock Sync']['Disabled'] = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue