fix autopin pref load on app start

This commit is contained in:
julian 2024-07-04 09:16:40 -06:00
parent 6af6456c9c
commit c4a765086d

View file

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