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
parent 0d2832a6d1
commit 60ea625a09

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