Skip to content

Commit

Permalink
fix video_quality not setting
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Oct 14, 2024
1 parent f9b0a01 commit 1250717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/SettingsTab.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def connectWriteSettings(self):
str(self.parent.scene_detection_threshold.value()),
)
)
self.parent.scene_detection_threshold.valueChanged.connect(
self.parent.video_quality.currentIndexChanged.connect(
lambda: self.settings.writeSetting(
"video_quality",
str(self.parent.video_quality.currentText()),
Expand Down

0 comments on commit 1250717

Please sign in to comment.