teleport
teleport copied to clipboard
Ignores resizes when a desktop has `screen_size` set
screen_size
is meant to be a static override of the screen size, however this property was mistakenly lost when
https://github.com/gravitational/teleport/pull/39819 was merged.
This commit restores the behavior of screen_size
by ignoring resizes when it is set.
changelog: Fixes screen_size
behavior.
The PR changelog entry failed validation: Changelog entry not found in the PR body. Please add a "no-changelog" label to the PR, or changelog lines starting with changelog:
followed by the changelog entries for the PR.