mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
macos: Use correct application name
fixes #724 - ds_store was referencing Bitcoin-Qt instead of built application Elements-Qt
This commit is contained in:
parent
928727ad6e
commit
192620cbac
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ ds['.']['icvp'] = icvp
|
|||
ds['.']['vSrn'] = ('long', 1)
|
||||
|
||||
ds['Applications']['Iloc'] = (370, 156)
|
||||
ds['Bitcoin-Qt.app']['Iloc'] = (128, 156)
|
||||
ds['Elements-Qt.app']['Iloc'] = (128, 156)
|
||||
|
||||
ds.flush()
|
||||
ds.close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue