mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-30 22:46:10 +00:00
fix popup
This commit is contained in:
parent
14cb65b8c9
commit
70764c3dd8
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue