mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-18 07:50:38 +02:00
[macOS] Remove DS_Store WindowBounds bytes object
This commit is contained in:
parent
fe23553edd
commit
43719e0a34
@ -13,7 +13,7 @@ package_name_ns = sys.argv[2]
|
|||||||
ds = DSStore.open(output_file, 'w+')
|
ds = DSStore.open(output_file, 'w+')
|
||||||
ds['.']['bwsp'] = {
|
ds['.']['bwsp'] = {
|
||||||
'ShowStatusBar': False,
|
'ShowStatusBar': False,
|
||||||
'WindowBounds': b'{{300, 280}, {500, 343}}',
|
'WindowBounds': '{{300, 280}, {500, 343}}',
|
||||||
'ContainerShowSidebar': False,
|
'ContainerShowSidebar': False,
|
||||||
'SidebarWidth': 0,
|
'SidebarWidth': 0,
|
||||||
'ShowTabView': False,
|
'ShowTabView': False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user