From 70764c3dd8179cbbfc39091c1b043fccd7a711ab Mon Sep 17 00:00:00 2001
From: Matthew Fosse <matt@fosse.co>
Date: Mon, 22 Jul 2024 16:27:52 -0700
Subject: [PATCH] fix popup

---
 lib/view_model/dashboard/dashboard_view_model.dart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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) {