Update berry.ui

2025-10-30 17:58:59 +11:00
parent a8991407bc
commit fca19a01f8

@@ -1,5 +1,13 @@
Documentation for interfacing with the different UI functions.
# Attributes
## app
```lua
berry.app
```
A variable that lets you interface with the Textual app from Lua. It has all the Python functions available.
# Methods
## notify
```lua
berry.ui.notify(message, title?, severity?, timeout?)