Docs: add preview feature warning

This commit is contained in:
MM20 2023-05-25 23:23:41 +02:00
parent d0e65ec34e
commit bf2fef8b88
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -114,6 +114,11 @@ Make sure that all 31 drawables are present, or the launcher will reject the ico
#### Clock icons #### Clock icons
:::caution
**Preview feature:** This feature is currently (May 26, 2023) only available in nightly builds.
:::
Dynamic clock icons are supported as well but they work a bit differently than calendar icons. Dynamic clock icons are supported as well but they work a bit differently than calendar icons.
A dynamic clock icon needs at least two entries in your `appfilter.xml` file: A dynamic clock icon needs at least two entries in your `appfilter.xml` file:
@ -132,7 +137,8 @@ A dynamic clock icon needs at least two entries in your `appfilter.xml` file:
- The second entry tells the launcher that that specific drawable is a dynamic clock icon. That way - The second entry tells the launcher that that specific drawable is a dynamic clock icon. That way
you can reuse the same clock icon config for multiple apps. you can reuse the same clock icon config for multiple apps.
The icon itself must be either a `LayerDrawable`, or an `AdaptiveIconDrawable` with a `LayerDrawable` The icon itself must be either a `LayerDrawable`, or an `AdaptiveIconDrawable` with
a `LayerDrawable`
as its foreground layer. as its foreground layer.
:::note :::note