Skip to content

Commit

Permalink
fixup 0bc563c, line was meant to be replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Feb 6, 2024
1 parent 751645f commit 1aaf6ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xpra/server/window/window_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -2012,7 +2012,6 @@ def assign_sq_options(self, options, speed_pct : int=100, quality_pct : int=100)
else:
text_hint = self.content_type.find("text") >= 0
quality = TEXT_QUALITY if text_hint else self._current_quality
quality = self._current_quality
if packets_backlog is None:
packets_backlog = self.get_packets_backlog()
now = monotonic()
Expand Down

0 comments on commit 1aaf6ca

Please sign in to comment.