Skip to content

Commit 195b023

Browse files
committed
dapp disabled by default
1 parent 4e19987 commit 195b023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fearless/Common/Extension/SettingsExtension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ extension SettingsManagerProtocol {
107107

108108
var dappEnabled: Bool {
109109
get {
110-
bool(for: SettingsKey.dappEnabled.rawValue) ?? true
110+
bool(for: SettingsKey.dappEnabled.rawValue) ?? false
111111
}
112112

113113
set {

0 commit comments

Comments
 (0)