mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
default settings
This commit is contained in:
parent
3ff9a93230
commit
d8fa93b06b
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ class Prefs extends ChangeNotifier {
|
|||
boxName: DB.boxNamePrefs, key: "startupWalletId") as String?;
|
||||
}
|
||||
|
||||
bool _externalCalls = false;
|
||||
bool _externalCalls = true;
|
||||
|
||||
bool get externalCalls => _externalCalls;
|
||||
|
||||
|
|
Loading…
Reference in a new issue