Style : Add forcedContrastText evaluation warning.
This commit is contained in:
parent
af934f46c5
commit
5917d52063
|
@ -6,7 +6,7 @@ in {
|
|||
options = {
|
||||
module.wallpaper = {
|
||||
forceContrastText = mkOption {
|
||||
default = forceContrastText;
|
||||
default = lib.warnIf forceContrastText "Style : Forced text contrast." forceContrastText;
|
||||
type = types.bool;
|
||||
};
|
||||
path = mkOption {
|
||||
|
|
Loading…
Reference in a new issue