We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e751b8d commit 2ecdfc3Copy full SHA for 2ecdfc3
1 file changed
docs/desktopapps/index.md
@@ -34,11 +34,10 @@ To include it simply add a script element to a json called `_yab_desktop.json`:
34
- `width` width in px
35
- `height` height in px
36
- `fullscreen` launch fullscreen?
37
+
38
Some additional lua api exists to check if the website is running in the desktop environment:
39
```lua
-if (browser._yab_.isPackaged) {
40
-
41
-}
+if (browser._yab_.isPackaged) {}
42
```
43
To dynamically change the theme when possible, use:
44
0 commit comments