status-desktop/ui/app
Pascal Precht 5ec3ad88d5 fix(SetCurrencyModal): fix callstack size exceeded error
There's a bug in the `SetCurrencyModal` where it runs into a callstack size
exceeded error because we're calling it's `open()` API to open itself.
That function happens to call itself again and again.

The reason that API was introduced in the first place, was to ensure that
the configured default currency is reflected currectly.

This commit fixes that issue by getting rid off the `open()` and `close()`
APIs which cause the mentioned error, and rely on `openPopup`'s parameters
configuration instead.
2021-02-08 17:37:28 -05:00
..
AppLayouts fix(SetCurrencyModal): fix callstack size exceeded error 2021-02-08 17:37:28 -05:00
img chore: update arrow-right icon 2021-02-02 11:51:02 +01:00
AppMain.qml Updated main tap's profile badge. Fixes #1619 2021-01-18 15:27:56 -05:00
qmldir feat: Onboarding carousel 2020-05-12 18:52:51 -04:00