Fix xxxWindowPreference management

This commit is contained in:
nymkappa
2022-01-19 13:03:43 +09:00
parent 4b9bfd6ca0
commit b8410f00d9
4 changed files with 20 additions and 42 deletions

View File

@@ -78,6 +78,7 @@ export class PoolRankingComponent implements OnInit, OnDestroy {
}
onChangeWindowPreference(e) {
this.storageService.setValue('poolsWindowPreference', e.target.value);
this.poolsWindowPreference = e.target.value;
this.isLoading = true;
this.refreshMiningStats();