Skip to content

Commit

Permalink
Problem: UseColorModeOptions::storage_enabled references storage flag…
Browse files Browse the repository at this point in the history
… / feature which no longer exists
  • Loading branch information
feral-dot-io committed Oct 29, 2023
1 parent daab6f9 commit 6e42375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/use_color_mode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ where

/// If the color mode should be persisted. If `true` this required the
/// *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,

/// Emit `auto` mode from state
Expand Down

0 comments on commit 6e42375

Please sign in to comment.