mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
refactor(config): remove collapsible element from plugins tab.
This commit is contained in:
parent
34aee6a12c
commit
cdd99dedfe
1 changed files with 2 additions and 9 deletions
|
|
@ -75,7 +75,7 @@
|
|||
</div>
|
||||
</mat-tab>
|
||||
|
||||
<!-- Tab: Plugins & Shortcuts -->
|
||||
<!-- Tab: Plugins -->
|
||||
<mat-tab>
|
||||
<ng-template mat-tab-label>
|
||||
<mat-icon class="tab-icon">extension</mat-icon>
|
||||
|
|
@ -83,15 +83,8 @@
|
|||
</ng-template>
|
||||
<div class="tab-content">
|
||||
<section class="config-section plugin-section">
|
||||
<collapsible
|
||||
[isIconBefore]="true"
|
||||
[isExpanded]="true"
|
||||
[title]="T.PS.PLUGINS | translate"
|
||||
>
|
||||
<plugin-management></plugin-management>
|
||||
</collapsible>
|
||||
<plugin-management></plugin-management>
|
||||
</section>
|
||||
|
||||
@for (section of pluginsShortcutsFormCfg; track section.key) {
|
||||
<section class="config-section section-{{ section.key }}">
|
||||
<config-section
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue