Style : Add forcedContrastText evaluation warning.
This commit is contained in:
parent
af934f46c5
commit
5917d52063
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue