Revert "Handle single widget arguments to force (#29)"
This reverts commit 043e50322d
.
This commit is contained in:
parent
043e50322d
commit
96c13b326b
|
@ -125,12 +125,10 @@ enable caching of values returned by a widget type
|
|||
**Force update of widgets:**
|
||||
|
||||
```Lua
|
||||
vicious.force(widget)
|
||||
vicious.force({ widget1, widget2 })
|
||||
vicious.force({ widget, })
|
||||
```
|
||||
|
||||
widget argument is a single widget or a table with one or more widgets that
|
||||
will be updated
|
||||
widget argument is a table with one or more widgets that will be updated
|
||||
|
||||
|
||||
Widget types
|
||||
|
|
Loading…
Reference in New Issue