feat: display files quota in preferences (#994)

This commit is contained in:
Aman Harwara
2022-04-22 21:58:10 +05:30
committed by GitHub
parent b594aae8b9
commit 68ad0f17ae
7 changed files with 200 additions and 78 deletions

View File

@@ -110,7 +110,7 @@ export class AppState {
this.subscription = new SubscriptionState(application, this.appEventObserverRemovers)
this.purchaseFlow = new PurchaseFlowState(application)
this.notesView = new NotesViewState(application, this, this.appEventObserverRemovers)
this.files = new FilesState(application)
this.files = new FilesState(application, this.appEventObserverRemovers)
this.addAppEventObserver()
this.streamNotesAndTags()
this.onVisibilityChange = () => {