Merge remote-tracking branch 'upstream/dev' into dev
This commit is contained in:
commit
c6ca5228ac
1 changed files with 1 additions and 1 deletions
|
|
@ -535,7 +535,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