diff --git a/lib/view_model/dashboard/dashboard_view_model.dart b/lib/view_model/dashboard/dashboard_view_model.dart index d34d0bfe3..98bfb8f5b 100644 --- a/lib/view_model/dashboard/dashboard_view_model.dart +++ b/lib/view_model/dashboard/dashboard_view_model.dart @@ -372,7 +372,7 @@ abstract class DashboardViewModelBase with Store { bool mwebScanningActive = false; @computed - bool get hasEnabledMwebBefore => !settingsStore.disableBuy && hasBuyProviders; + bool get hasEnabledMwebBefore => !settingsStore.hasEnabledMwebBefore; @action void setMwebScanningActive(bool active) {