Skip to content

Add Window.captionNormal property

Make the window caption without suffix available in the scripting API by adding a captionNormal property.

Update the doc for the caption property to mention that captionNormal can be used to get the caption without added suffix, instead of suggesting to call a getter with a bool param that was dropped in

commit f0652970f4f0a22ad0e90fc7e012e8c2997dc8e5
Date:   Sun Aug 20 09:35:15 2017 +0200

    Drop boolean parameter from AbstractClient::caption

Merge request reports