mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +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
0d2832a6d1
commit
60ea625a09
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