Skip to content

Commit

Permalink
Merge pull request #225 from dmunozv04/dependabot/pip/textual-slider-…
Browse files Browse the repository at this point in the history
…0.1.2

Bump textual-slider from 0.1.1 to 0.1.2
  • Loading branch information
dmunozv04 authored Jan 16, 2025
2 parents 7b17d5a + 6825ac6 commit 77527ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ pyytlounge==2.0.0
rich==13.7.1
ssdp==1.3.0
textual==0.58.0
textual-slider==0.1.1
textual-slider==0.1.2
xmltodict==0.13.0
rich_click==1.8.3
2 changes: 1 addition & 1 deletion src/iSponsorBlockTV/setup_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ def compose(self) -> ComposeResult:
)

def on_slider_changed(self, event: Slider.Changed) -> None:
offset_input = self.query_one("#device-offset-offset_input")
offset_input = self.query_one("#device-offset-input")
with offset_input.prevent(Input.Changed):
offset_input.value = str(event.slider.value)

Expand Down

0 comments on commit 77527ce

Please sign in to comment.