[macOS] Remove DS_Store WindowBounds bytes object
This commit is contained in:
parent
fe23553edd
commit
43719e0a34
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ package_name_ns = sys.argv[2]
|
|||
ds = DSStore.open(output_file, 'w+')
|
||||
ds['.']['bwsp'] = {
|
||||
'ShowStatusBar': False,
|
||||
'WindowBounds': b'{{300, 280}, {500, 343}}',
|
||||
'WindowBounds': '{{300, 280}, {500, 343}}',
|
||||
'ContainerShowSidebar': False,
|
||||
'SidebarWidth': 0,
|
||||
'ShowTabView': False,
|
||||
|
|
Loading…
Reference in a new issue