Skip to content

Commit

Permalink
- fixed an issue using the slider at the settings window (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyusung4698 committed Sep 17, 2020
1 parent 9c4582c commit 8bd01ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- updated the external link behaviour to skip in game notification
- fixed an issue with too long stats at the market window (#814)
- fixed an issue using the slider at the settings window (#815)

## 1.0.10 (2020-08-02)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ng-container *ngIf="settings$ | async as settings">
<app-header name="PoE Overlay - Settings" [fixed]="true" [footer]="true" (supportToggle)="onSupportToggle()">
<app-header name="PoE Overlay - Settings" [fixed]="true" [footer]="true" [contentDraggable]="false" (supportToggle)="onSupportToggle()">
<mat-tab-group mat-stretch-tabs animationDuration="0ms" [selectedIndex]="selectedIndex$ | async"
(selectedIndexChange)="onSelectedIndexChange($event)">
<mat-tab [label]="'settings.general' | translate">
Expand Down

0 comments on commit 8bd01ae

Please sign in to comment.