mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-30 22:46:10 +00:00
fix popup2
This commit is contained in:
parent
70764c3dd8
commit
29a96a7a59
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.hasEnabledMwebBefore;
|
||||
bool get hasEnabledMwebBefore => settingsStore.hasEnabledMwebBefore;
|
||||
|
||||
@action
|
||||
void setMwebScanningActive(bool active) {
|
||||
|
|
Loading…
Reference in a new issue