chore: vaults improvements
This commit is contained in:
@@ -29,7 +29,10 @@ export class PreferencesController extends AbstractViewController {
|
||||
this.currentPane = prefId
|
||||
}
|
||||
|
||||
openPreferences = (): void => {
|
||||
openPreferences = (prefId?: PreferenceId): void => {
|
||||
if (prefId) {
|
||||
this.currentPane = prefId
|
||||
}
|
||||
this._open = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user