forked from Shinonome/dots-hyprland
remove redundant return
This commit is contained in:
@@ -251,9 +251,7 @@ Variants {
|
||||
}
|
||||
color: bgRoot.colText
|
||||
style: Text.Raised
|
||||
visible: {
|
||||
return (Config.options.background.mantra !== "")
|
||||
}
|
||||
visible: Config.options.background.mantra !== ""
|
||||
styleColor: Appearance.colors.colShadow
|
||||
text: Config.options.background.mantra
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user