mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-18 16:44:32 +00:00
fix missing pref init
This commit is contained in:
parent
220cf65520
commit
0a822e8e22
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ class Prefs extends ChangeNotifier {
|
||||||
await _setMaxDecimals();
|
await _setMaxDecimals();
|
||||||
_useTor = await _getUseTor();
|
_useTor = await _getUseTor();
|
||||||
_fusionServerInfo = await _getFusionServerInfo();
|
_fusionServerInfo = await _getFusionServerInfo();
|
||||||
|
_enableExchange = await _getShowExchange();
|
||||||
|
|
||||||
_initialized = true;
|
_initialized = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue