mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-02-02 10:54:15 -05:00
Problem: UseColorModeOptions::storage_enabled references storage flag / feature which no longer exists
This commit is contained in:
parent
daab6f944c
commit
6e423753b8
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ where
|
||||||
|
|
||||||
/// If the color mode should be persisted. If `true` this required the
|
/// If the color mode should be persisted. If `true` this required the
|
||||||
/// *create feature* **`storage`** to be enabled.
|
/// *create feature* **`storage`** to be enabled.
|
||||||
/// Defaults to `true` and is forced to `false` if the feature **`storage`** is not enabled.
|
/// Defaults to `true`.
|
||||||
storage_enabled: bool,
|
storage_enabled: bool,
|
||||||
|
|
||||||
/// Emit `auto` mode from state
|
/// Emit `auto` mode from state
|
||||||
|
|
Loading…
Add table
Reference in a new issue