macos: Use correct application name

fixes #724
- ds_store was referencing Bitcoin-Qt instead
of built application Elements-Qt
This commit is contained in:
Philippe McLean 2019-11-19 16:14:02 -08:00 committed by Steven Roose
parent 928727ad6e
commit 192620cbac
No known key found for this signature in database
GPG key ID: 2F2A88D7F8D68E87

View file

@ -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()