fix missing pref init

This commit is contained in:
julian 2024-07-04 09:54:22 -06:00
parent 220cf65520
commit 0a822e8e22

View file

@ -70,6 +70,7 @@ class Prefs extends ChangeNotifier {
await _setMaxDecimals();
_useTor = await _getUseTor();
_fusionServerInfo = await _getFusionServerInfo();
_enableExchange = await _getShowExchange();
_initialized = true;
}