Skip to content

Commit

Permalink
fix typo in cf39bb7, backporting 075fa50
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Enrico Russo <aerusso@aerusso.net>
  • Loading branch information
aerusso committed Jan 8, 2025
1 parent 066b159 commit 05fde28
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 05fde28

Please sign in to comment.