Merge pull request #32257 from Calinou/doc-set-window-title-performance

Mention performance caveats of `OS.set_window_title()`
This commit is contained in:
Rémi Verschelde 2019-09-24 10:14:58 +02:00 committed by GitHub
commit 4bdb3f4016
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -820,6 +820,7 @@
</argument>
<description>
Sets the window title to the specified string.
[b]Note:[/b] This should be used sporadically. Don't set this every frame, as that will negatively affect performance on some window managers.
</description>
</method>
<method name="shell_open">