Skip to content

Commit

Permalink
fixes collapsing label when size limit is set to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
akolson committed Oct 24, 2023
1 parent 6f6b075 commit 263936a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@
:max="toGigabytes(freeSpace)"
:invalid="notEnoughFreeSpace"
:invalidText="$tr('notEnoughFreeSpace')"
:floatingLabel="false"
@input="updateLimitForAutodownload"
/>
<div class="slider-section">
Expand Down

0 comments on commit 263936a

Please sign in to comment.