Skip to content

Commit

Permalink
Merge pull request #4460 from aerusso/mrs/minor-typo
Browse files Browse the repository at this point in the history
fix typo in cf39bb7, backporting 075fa50
  • Loading branch information
totaam authored Jan 8, 2025
2 parents 066b159 + 05fde28 commit 273466d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/x11/desktop/desktop_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def server_init(self) -> None:
super().server_init()
from xpra.x11.vfb_util import set_initial_resolution
screenlog(f"server_init() randr={self.randr}, initial-resolutions={self.initial_resolutions}")
if not RandR.has_randr() or not self.initial_resolutions or not features.display:
if not RandR.has_randr() or not self.initial_resolutions or not server_features.display:
return
res = self.initial_resolutions
if len(res) > 1:
Expand Down

0 comments on commit 273466d

Please sign in to comment.