Style : Add forcedContrastText evaluation warning.

This commit is contained in:
Dmitry Voronin 2024-08-22 05:53:10 +03:00
parent af934f46c5
commit 5917d52063
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -6,7 +6,7 @@ in {
options = { options = {
module.wallpaper = { module.wallpaper = {
forceContrastText = mkOption { forceContrastText = mkOption {
default = forceContrastText; default = lib.warnIf forceContrastText "Style : Forced text contrast." forceContrastText;
type = types.bool; type = types.bool;
}; };
path = mkOption { path = mkOption {