Revert "Adjusted menus under live macOS"
This reverts commit 4a3981e10c.
This commit is contained in:
parent
a66c27be84
commit
e301617ca0
1 changed files with 0 additions and 2 deletions
|
|
@ -134,8 +134,6 @@ class Menu():
|
|||
checkmark = '*'
|
||||
if 'DISPLAY' in os.environ or PLATFORM == 'Darwin':
|
||||
checkmark = '✓'
|
||||
if os.path.exists('/.wk-live-macos'):
|
||||
checkmark = '*'
|
||||
display_name = f'{index if index else name[:1].upper()}: '
|
||||
if not (index and index >= 10):
|
||||
display_name = f' {display_name}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue