Skip to content

Commit

Permalink
[FIX] Show Ressource
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienCoutault committed Feb 4, 2022
1 parent 594c22b commit d835ce0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<div class="col-xs-12 menu">
<p>{{ 'app.window.options.features.general.menu.fight' | translate }}</p>

<mat-checkbox color="primary" [(ngModel)]="settingsService.option.vip.general.verticaltimeline">{{ 'app.window.options.features.general.vertical-timeline' | translate }}</mat-checkbox>
<mat-checkbox color="primary" [(ngModel)]="settingsService.option.notification.focus_fight_turn">{{ 'app.option.general.focus-fight-turn' | translate }}</mat-checkbox>
<mat-checkbox color="primary" [(ngModel)]="settingsService.option.vip.general.fightchronometer">{{ 'app.window.options.features.general.fightchronometer' | translate }}</mat-checkbox>
Expand All @@ -33,6 +34,7 @@

<mat-checkbox color="primary" [(ngModel)]="settingsService.option.vip.general.harvest_indicator">{{ 'app.window.options.features.general.harvest-indicator' | translate }}</mat-checkbox>
<mat-checkbox color="primary" [(ngModel)]="settingsService.option.vip.general.jobsxp">{{ 'app.window.options.features.general.jobsxp' | translate }}</mat-checkbox>
<mat-checkbox color="primary" [(ngModel)]="settingsService.option.vip.general.show_resources">{{ 'app.window.options.features.general.show-resources' | translate }}</mat-checkbox>
</div>
</div>
</div>

0 comments on commit d835ce0

Please sign in to comment.