Mention performance caveats of OS.set_window_title()

See #32254.
This commit is contained in:
Hugo Locurcio 2019-09-22 19:00:33 +02:00
parent 2e065d8ad0
commit c99d80b414
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

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">