fix popup2

This commit is contained in:
Matthew Fosse 2024-07-22 16:28:27 -07:00
parent 70764c3dd8
commit 29a96a7a59

View file

@ -372,7 +372,7 @@ abstract class DashboardViewModelBase with Store {
bool mwebScanningActive = false;
@computed
bool get hasEnabledMwebBefore => !settingsStore.hasEnabledMwebBefore;
bool get hasEnabledMwebBefore => settingsStore.hasEnabledMwebBefore;
@action
void setMwebScanningActive(bool active) {