status-desktop/ui
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
..
app fix(SetCurrencyModal): fix callstack size exceeded error 2021-02-08 17:37:28 -05:00
fonts fix: use normal Inter for normal text and StatusInter for addresses 2020-07-02 10:51:57 -04:00
i18n update to beta.5 2021-01-13 15:14:21 -05:00
imports fix: add hover color for active emoji and fix corner 2021-02-08 16:48:14 -05:00
onboarding Updated showing wrong password exception. Fixes #1762 2021-02-08 16:48:34 -05:00
shared feat: improve compact mode to fix all alignements 2021-02-08 16:48:14 -05:00
sounds feat: allow users to turn of notification sounds 2020-10-20 13:50:49 -04:00
generate-rcc.sh feat: bundle resources 2020-07-03 09:59:00 -04:00
main.qml fix: don't show backup message when mnemonic was imported 2021-01-15 13:51:20 -05:00
nim-status-client.pro feat: redisgn compact mode part 1 2021-02-01 11:54:26 -05:00