feat(web): mobile-friendly (responsive) preferences UI (#1234)

This commit is contained in:
Aman Harwara
2022-07-09 00:38:44 +05:30
committed by GitHub
parent 961d1fb8d4
commit 66f97f0612
17 changed files with 89 additions and 71 deletions

View File

@@ -117,7 +117,7 @@ export class PreferencesMenu {
return 'account'
}
selectPane(key: PreferenceId): void {
selectPane = (key: PreferenceId) => {
this._selectedPane = key
}