bitcoin-core / gui-qml

Bitcoin GUI (experimental QML-based fork)
MIT License
106 stars 40 forks source link

Fix QSettings initialization failure on startup when parsing invalid arguments #360

Closed pablomartin4btc closed 5 months ago

pablomartin4btc commented 10 months ago

This fixes #361.

After applying the fix, no QML source code errors should be displayed on the terminal:

image

hebasto commented 10 months ago

Please rebase.

https://discord.com/channels/903125802726596648/903126039084015638/1146922061449666602

pablomartin4btc commented 10 months ago

Rebased.

pablomartin4btc commented 5 months ago

Thanks @MarnixCroes, @D33r-Gee and @johnny9 for testing the bugfix!