Merge pull request #32257 from Calinou/doc-set-window-title-performance
Mention performance caveats of `OS.set_window_title()`
This commit is contained in:
commit
4bdb3f4016
1 changed files with 1 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue