update doc/*/scripting/builtins/libapp.md

This commit is contained in:
MihailRis
2025-11-15 21:27:11 +03:00
parent c42d661223
commit 9e60a818e0
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -158,3 +158,9 @@ app.get_setting_info(name: str) -> {
```
Returns a table with information about a setting. Throws an exception if the setting does not exist.
```lua
app.focus()
```
Brings the window to front and sets input focus.