Browse Source

Fixes missing scopes

main
Eric Amodio 4 years ago
parent
commit
e211dd71a9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/webviews/apps/settings/settings.ts

+ 1
- 1
src/webviews/apps/settings/settings.ts View File

@ -30,7 +30,7 @@ export class SettingsApp extends AppWithConfig {
scopes.appendChild(option);
}
scopes.parentElement!.classList.remove('hidden');
scopes.parentElement!.parentElement!.classList.remove('hidden');
this._scopes = scopes;
}

Loading…
Cancel
Save