BitBoxSwiss / bitbox-wallet-app

The BitBoxApp for desktop and mobile.
https://bitbox.swiss/app
Apache License 2.0
250 stars 82 forks source link

frontend: fix guide open on app restart #2840

Closed thisconnect closed 1 month ago

thisconnect commented 1 month ago

After closing the guide by going back, the guide opens on next app restart.

Reason was BackButtonProvider closed the guide by calling: setGuideShown but this function doesn't update the config and should probably be internal to AppProvider.