mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
[macOS] Remove DS_Store WindowBounds bytes object
This commit is contained in:
parent
551483eae5
commit
90926a5e57
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…
Add table
Add a link
Reference in a new issue