Skip to content

Drop AbstractClient::isInitialPositionSet()

Vlad Zahorodnii requested to merge work/remove-is-initial-position-set into master

It's the same as AbstractClient::isPlaceable(), which is a more generic flag to indicate if the window can be placed.

Merge request reports