fix popup

This commit is contained in:
Matthew Fosse 2024-07-22 16:27:52 -07:00
parent 14cb65b8c9
commit 70764c3dd8

View file

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